Home
last modified time | relevance | path

Searched refs:aan_dc_scale (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastquant_inline.h99 __inline int32 aan_dc_scale(int32 coeff, int32 QP) in aan_dc_scale() function
379 __inline int32 aan_dc_scale(int32 coeff, int32 QP) in aan_dc_scale() function
538 __inline int32 aan_dc_scale(int32 coeff, int32 QP) in aan_dc_scale() function
Dfastquant.cpp471 coeff = aan_dc_scale(coeff, QP); in BlockQuantDequantH263DCInter()