Home
last modified time | relevance | path

Searched refs:qcoeff (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastcodemb.h68 Int BlockQuantDequantH263Inter(Int *rcoeff, Int *qcoeff, struct QPstruct *QuantParam,
72 Int BlockQuantDequantH263Intra(Int *rcoeff, Int *qcoeff, struct QPstruct *QuantParam,
76 Int BlockQuantDequantH263DCInter(Int *rcoeff, Int *qcoeff, struct QPstruct *QuantParam,
79 Int BlockQuantDequantH263DCIntra(Int *rcoeff, Int *qcoeff, struct QPstruct *QuantParam,
82 Int BlockQuantDequantMPEGInter(Int *rcoeff, Int *qcoeff, Int QP, Int *qmat,
86 Int BlockQuantDequantMPEGIntra(Int *rcoeff, Int *qcoeff, Int QP, Int *qmat,
90 Int BlockQuantDequantMPEGDCInter(Int *rcoeff, Int *qcoeff, Int QP, Int *qmat,
93 Int BlockQuantDequantMPEGDCIntra(Int *rcoeff, Int *qcoeff, Int QP, Int *qmat,
Dfastquant.cpp149 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263Inter() argument
233 qcoeff[zz>>1] = q_value; in BlockQuantDequantH263Inter()
269 Int BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263Intra() argument
313 qcoeff[0] = coeff; in BlockQuantDequantH263Intra()
340 qcoeff[0] = coeff; in BlockQuantDequantH263Intra()
395 qcoeff[i] = q_value; in BlockQuantDequantH263Intra()
441 Int BlockQuantDequantH263DCInter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263DCInter() argument
478 qcoeff[0] = scale_q; in BlockQuantDequantH263DCInter()
495 Int BlockQuantDequantH263DCIntra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263DCIntra() argument
517 qcoeff[0] = tmp; in BlockQuantDequantH263DCIntra()
[all …]
Dvlc_encode.cpp2055 Short *qcoeff; in DCACPred() local
2124 qcoeff = MB->block[comp]; in DCACPred()
2133 QPtmp = qcoeff[0] * dc_scale; /* DC value */ in DCACPred()
2201 qcoeff[0] -= (DC_pred + QPtmp / 2) / QPtmp; in DCACPred()
2412 qcoeff += 8; in DCACPred()
2415 QPtmp = qcoeff[m<<3]; in DCACPred()
2427 qcoeff++; in DCACPred()
2431 QPtmp = qcoeff[m]; in DCACPred()
2446 qcoeff = MB->block[comp]; in DCACPred()
2448 DCAC[0] = qcoeff[1]; in DCACPred()
[all …]
Dmp4enc_lib.h65 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
69 Int BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
73 Int BlockQuantDequantH263DCInter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
76 Int BlockQuantDequantH263DCIntra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
80 Int BlockQuantDequantMPEGInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,
84 Int BlockQuantDequantMPEGIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,
88 Int BlockQuantDequantMPEGDCInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,
91 Int BlockQuantDequantMPEGDCIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,