Searched refs:cal_dc_scalerENC (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp111 dc_scaler = cal_dc_scalerENC(QP, 1); /* luminance blocks */
173 dc_scaler = cal_dc_scalerENC(QP, 2); /* chrominance blocks */
331 dc_scaler = cal_dc_scalerENC(QP, 1); /* luminance blocks */
395 dc_scaler = cal_dc_scalerENC(QP, 2); /* luminance blocks */
H A Dfastcodemb.h67 Int cal_dc_scalerENC(Int QP, Int type) ;
H A Dmp4enc_lib.h64 Int cal_dc_scalerENC(Int QP, Int type) ;
H A Dvlc_encode.cpp2002 Int cal_dc_scalerENC(Int QP, Int type) ;
2130 if (comp == 0) dc_scale = cal_dc_scalerENC(QP, 1) ;
2131 if (comp == 4) dc_scale = cal_dc_scalerENC(QP, 2) ;
H A Dfastquant.cpp79 /* Function : cal_dc_scalerENC */
90 Int cal_dc_scalerENC(Int QP, Int type) function

Completed in 486 milliseconds