Searched refs:scale_q (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant.cpp444 Int coeff, scale_q; local
469 scale_q = scaleArrayV[QP];
473 scale_q = coeff_quant(coeff, scale_q, shift);
476 scale_q = coeff_clip(scale_q, ac_clip);
478 qcoeff[0] = scale_q;
483 coeff = coeff_dequant(scale_q, QP, Addition, tmp);

Completed in 513 milliseconds