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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpacket_util.cpp39 int16 quantizer; local
65 quantizer = (int16) BitstreamReadBits16(stream, currVol->quantPrecision);
66 if (quantizer == 0) return PV_FAIL; /* 04/03/01 */
68 currVop->quantizer = quantizer;
150 int16 quantizer; local
187 quantizer = (int16) BitstreamReadBits16(stream, quantPrecision);
188 if (quantizer == 0) return PV_FAIL; /* 04/03/01 */
190 currVop->quantizer = quantizer;
201 int16 quantizer; local
[all...]
H A Dvop.cpp957 currVop->quantizer = (int16) BitstreamReadBits16(stream, currVol->quantPrecision);
958 if (currVop->quantizer == 0)
960 currVop->quantizer = video->prevVop->quantizer;
1453 currVop->quantizer = (int16) BitstreamReadBits16(stream, 5);
1455 if (currVop->quantizer == 0) /* 04/03/01 */
1457 currVop->quantizer = video->prevVop->quantizer;
H A Dmp4lib_int.h70 int16 quantizer; /* VOP quantizer */ member in struct:tagVop
H A Dcombined_decode.cpp116 QP = video->currVop->quantizer;
276 { /* We need to check newgob to refresh quantizer */
325 QP = video->currVop->quantizer;
H A Ddatapart_decode.cpp154 QP = video->currVop->quantizer;
406 QP = video->currVop->quantizer;
H A Dpvdec_api.cpp1277 header_info->quantizer = currVop->quantizer;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp61 video->QP_prev = currVop->quantizer;
118 video->QP_prev = currVop->quantizer; /* store QP */
259 QPMB[0] = video->QP_prev = QP = currVop->quantizer;
327 video->QP_prev = currVop->quantizer; /* store QP */
H A Drate_control.cpp171 reset QPMB[], currVop->quantizer, rc->Ec, video->header_bits */
174 2. Set currVop->quantizer
199 M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*currVol->nTotalMB);
207 M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*currVol->nTotalMB);
213 currVop->quantizer = video->rc[currLayer]->Qc;
219 video->QPMB[i] = (i & 1) ? currVop->quantizer - 1 : currVop->quantizer + 1;
222 M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*currVol->nTotalMB);
245 pMP->QP = currVop->quantizer;
H A Dcombined_encode.cpp64 video->QP_prev = currVop->quantizer;
147 video->QP_prev = currVop->quantizer;
315 QPMB[0] = video->QP_prev = QP = currVop->quantizer;
413 video->QP_prev = currVop->quantizer; /* store QP */
H A Dvop.cpp389 status = BitstreamPutBits(stream, 5, currVop->quantizer); /* vop_quant */
485 status = BitstreamPutBits(stream, 5, currVop->quantizer); /* vop_quant*/
H A Dmp4lib_int.h62 Int quantizer; /* VOP quantizer */ member in struct:tagVOP
284 RDInfo **pRDSamples; /* pRDSamples[30][32], 30->30fps, 32 -> 5 bit quantizer, 32 candidates*/
H A Dmp4enc_api.cpp1554 video->currVop->quantizer = encParams->InitQuantIvop[currLayer];
1556 video->currVop->quantizer = encParams->InitQuantPvop[currLayer];
1824 video->currVop->quantizer = encParams->InitQuantIvop[currLayer];
1826 video->currVop->quantizer = encParams->InitQuantPvop[currLayer];
H A Dmotion_est.cpp469 currVop->quantizer = video->encParams->InitQuantIvop[video->currLayer];
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h112 int16 quantizer; member in struct:tagVopHeaderInfo
/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DPalette.java820 // Now generate a quantizer from the Bitmap
821 final ColorCutQuantizer quantizer = new ColorCutQuantizer(
831 swatches = quantizer.getQuantizedColors();
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
H A DPalette.java813 // Now generate a quantizer from the Bitmap
814 final ColorCutQuantizer quantizer = new ColorCutQuantizer(
824 swatches = quantizer.getQuantizedColors();

Completed in 541 milliseconds