HomeSort by relevance Sort by last modified time
    Searched full:bits_tot_q8 (Results 1 - 1 of 1) sorted by null

  /external/libopus/silk/
VQ_WMat_EC.c 54 opus_int32 bits_res_Q8, bits_tot_Q8;
119 bits_tot_Q8 = silk_ADD_LSHIFT32( bits_res_Q8, cl_Q5[ k ], 3-1 );
120 if( bits_tot_Q8 <= *rate_dist_Q8 ) {
121 *rate_dist_Q8 = bits_tot_Q8;

Completed in 1352 milliseconds