Searched defs:QuantParam (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | fastquant.cpp | 149 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263Inter() 269 Int BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263Intra() 441 Int BlockQuantDequantH263DCInter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263DCInter() 495 Int BlockQuantDequantH263DCIntra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263DCIntra()
|
H A D | fastcodemb.cpp | 60 struct QPstruct QuantParam; in CodeMB_H263() local
|