Home
last modified time | relevance | path

Searched defs:stepsize (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastquant_inline.h124 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) in coeff_dequant_mpeg()
243 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) in coeff_dequant_mpeg()
340 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) in coeff_dequant_mpeg()
567 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) in coeff_dequant_mpeg()
Dfastquant.cpp551 Int stepsize, QPx2 = QP << 1; in BlockQuantDequantMPEGInter() local
680 Int stepsize; in BlockQuantDequantMPEGIntra() local
855 Int q_value, coeff, stepsize; in BlockQuantDequantMPEGDCInter() local
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DBlackWhiteFilter.java119 float stepsize = 1.0f / 255.0f; in updateParameters() local