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

  /external/chromium_org/third_party/opus/src/silk/
NSQ_del_dec.c 338 opus_int32 n_LF_Q14, r_Q10, rr_Q10, rd1_Q10, rd2_Q10, RDmin_Q10, RDmax_Q10;
573 RDmax_Q10 = psSampleState[ 0 ][ 0 ].RD_Q10;
579 if( psSampleState[ k ][ 0 ].RD_Q10 > RDmax_Q10 ) {
580 RDmax_Q10 = psSampleState[ k ][ 0 ].RD_Q10;
    [all...]
  /external/libopus/silk/
NSQ_del_dec.c 338 opus_int32 n_LF_Q14, r_Q10, rr_Q10, rd1_Q10, rd2_Q10, RDmin_Q10, RDmax_Q10;
573 RDmax_Q10 = psSampleState[ 0 ][ 0 ].RD_Q10;
579 if( psSampleState[ k ][ 0 ].RD_Q10 > RDmax_Q10 ) {
580 RDmax_Q10 = psSampleState[ k ][ 0 ].RD_Q10;
    [all...]

Completed in 416 milliseconds