Commit 390af0ce authored by thomas dettbarn's avatar thomas dettbarn
Browse files

replaced another div6 with *10923 >>16

parent b14bf2d7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3962,7 +3962,7 @@ static Word16 read_coherence_data_fx(

    coding_subbands = hQMetaData->q_direction[idx_dir].cfg.nbands;
    move16();
    extra_cv = idiv1616( coding_subbands, MASA_FACTOR_CV_COH ); /*Q0*/
    extra_cv = extract_l( L_shr( imult3216( 10923, coding_subbands ), 16 ) ); /*Q0 equivalent to coding_subbands/6 */
    move16();
    q_direction = &( hQMetaData->q_direction[idx_dir] );
    bit_pos = *p_bit_pos;