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.cpp529 int no_scaling; in subbandTPApply() local
531 no_scaling = !frame->tempShapeEnableChannelSTP[channlIndex[ch]]; in subbandTPApply()
532 if (no_scaling) { in subbandTPApply()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1757 int no_scaling = 0; in vp9_pick_inter_mode() local
1783 if (lc->scaling_factor_num == lc->scaling_factor_den) no_scaling = 1; in vp9_pick_inter_mode()
1786 (svc->high_source_sad_superframe || no_scaling)) in vp9_pick_inter_mode()
2016 if (svc->spatial_layer_id > 0 && no_scaling && in vp9_pick_inter_mode()