Searched defs:rcoeff (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant.cpp124 rcoeff=> reconstructed coefficient
149 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, argument
181 rcoeff += 64; /* actual data is 64 item ahead */
182 //end = rcoeff + dctMode - 1;
183 //rcoeff--;
190 //rcoeff++;
192 coeff = rcoeff[i];
206 coeff = rcoeff[i];
210 coeff = rcoeff[i];
239 rcoeff[
269 BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dctMode, Int comp, Int dc_scaler, UChar shortHeader) argument
441 BlockQuantDequantH263DCInter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader) argument
495 BlockQuantDequantH263DCIntra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler, UChar shortHeader) argument
544 BlockQuantDequantMPEGInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dctMode, Int comp, Int dc_scaler) argument
673 BlockQuantDequantMPEGIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dctMode, Int comp, Int dc_scaler) argument
852 BlockQuantDequantMPEGDCInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy) argument
919 BlockQuantDequantMPEGDCIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler) argument
[all...]

Completed in 47 milliseconds