Searched defs:stepsize (Results  1 – 3 of 3) sorted by relevance
| /frameworks/av/media/module/codecs/m4v_h263/enc/src/ | 
| D | fastquant_inline.h | 124 __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()
 
 | 
| D | fastquant.cpp | 551     Int stepsize, QPx2 = QP << 1;  in BlockQuantDequantMPEGInter()  local680     Int stepsize;  in BlockQuantDequantMPEGIntra()  local
 855     Int q_value, coeff, stepsize;  in BlockQuantDequantMPEGDCInter()  local
 
 | 
| /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ | 
| D | BlackWhiteFilter.java | 119         float stepsize = 1.0f / 255.0f;  in updateParameters()  local
 |