Home
last modified time | relevance | path

Searched refs:no_scaling (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_temp_process.c171 WORD32 no_scaling; in ixheaacd_mps_subbandtp() local
178 no_scaling = 1; in ixheaacd_mps_subbandtp()
182 no_scaling = !self->temp_shape_enable_ch_stp[ch]; in ixheaacd_mps_subbandtp()
184 if (no_scaling == 1) { in ixheaacd_mps_subbandtp()
/external/aac/libSACdec/src/
Dsac_stp.cpp510 int no_scaling; in subbandTPApply() local
512 no_scaling = !frame->tempShapeEnableChannelSTP[channlIndex[ch]]; in subbandTPApply()
513 if (no_scaling) { in subbandTPApply()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1699 int no_scaling = 0; in vp9_pick_inter_mode() local
1721 if (lc->scaling_factor_num == lc->scaling_factor_den) no_scaling = 1; in vp9_pick_inter_mode()
1724 (svc->high_source_sad_superframe || no_scaling)) in vp9_pick_inter_mode()