HomeSort by relevance Sort by last modified time
    Searched refs:max_min_Q25 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
NLSF_del_dec_quant.c 50 opus_int32 RD_tmp_Q25, min_Q25, min_max_Q25, max_min_Q25, pred_coef_Q16;
156 max_min_Q25 = 0;
164 if( max_min_Q25 < RD_min_Q25[ j ] ) {
165 max_min_Q25 = RD_min_Q25[ j ];
169 if( min_max_Q25 >= max_min_Q25 ) {
  /external/libopus/silk/
NLSF_del_dec_quant.c 50 opus_int32 RD_tmp_Q25, min_Q25, min_max_Q25, max_min_Q25, pred_coef_Q16;
156 max_min_Q25 = 0;
164 if( max_min_Q25 < RD_min_Q25[ j ] ) {
165 max_min_Q25 = RD_min_Q25[ j ];
169 if( min_max_Q25 >= max_min_Q25 ) {

Completed in 396 milliseconds