Searched refs:quantizer (Results 1 - 15 of 15) 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.cpp955 currVop->quantizer = (int16) BitstreamReadBits16(stream, currVol->quantPrecision);
956 if (currVop->quantizer == 0)
958 currVop->quantizer = video->prevVop->quantizer;
1445 currVop->quantizer = (int16) BitstreamReadBits16(stream, 5);
1447 if (currVop->quantizer == 0) /* 04/03/01 */
1449 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.cpp1275 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.h61 Int quantizer; /* VOP quantizer */ member in struct:tagVOP
283 RDInfo **pRDSamples; /* pRDSamples[30][32], 30->30fps, 32 -> 5 bit quantizer, 32 candidates*/
H A Dmp4enc_api.cpp1558 video->currVop->quantizer = encParams->InitQuantIvop[currLayer];
1560 video->currVop->quantizer = encParams->InitQuantPvop[currLayer];
1828 video->currVop->quantizer = encParams->InitQuantIvop[currLayer];
1830 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/support/v7/palette/src/main/java/android/support/v7/graphics/
H A DPalette.java785 // Now generate a quantizer from the Bitmap
786 final ColorCutQuantizer quantizer = new ColorCutQuantizer(
796 swatches = quantizer.getQuantizedColors();

Completed in 214 milliseconds