Searched refs:quantizer (Results 1 – 15 of 15) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | packet_util.cpp | 39 int16 quantizer; in PV_ReadVideoPacketHeader() local 65 quantizer = (int16) BitstreamReadBits16(stream, currVol->quantPrecision); in PV_ReadVideoPacketHeader() 66 if (quantizer == 0) return PV_FAIL; /* 04/03/01 */ in PV_ReadVideoPacketHeader() 68 currVop->quantizer = quantizer; in PV_ReadVideoPacketHeader() 150 int16 quantizer; in PV_GobHeader() local 187 quantizer = (int16) BitstreamReadBits16(stream, quantPrecision); in PV_GobHeader() 188 if (quantizer == 0) return PV_FAIL; /* 04/03/01 */ in PV_GobHeader() 190 currVop->quantizer = quantizer; in PV_GobHeader() 201 int16 quantizer; in PV_H263SliceHeader() local 220 quantizer = (int16) BitstreamReadBits16(stream, 5); in PV_H263SliceHeader() [all …]
|
D | vop.cpp | 952 currVop->quantizer = (int16) BitstreamReadBits16(stream, currVol->quantPrecision); in DecodeVOPHeader() 953 if (currVop->quantizer == 0) in DecodeVOPHeader() 955 currVop->quantizer = video->prevVop->quantizer; in DecodeVOPHeader() 1442 currVop->quantizer = (int16) BitstreamReadBits16(stream, 5); in DecodeShortHeader() 1444 if (currVop->quantizer == 0) /* 04/03/01 */ in DecodeShortHeader() 1446 currVop->quantizer = video->prevVop->quantizer; in DecodeShortHeader()
|
D | mp4lib_int.h | 70 int16 quantizer; /* VOP quantizer */ member
|
D | combined_decode.cpp | 117 QP = video->currVop->quantizer; in DecodeFrameCombinedMode() 326 QP = video->currVop->quantizer; in DecodeFrameCombinedMode()
|
D | datapart_decode.cpp | 155 QP = video->currVop->quantizer; in DecodeDataPart_I_VideoPacket() 407 QP = video->currVop->quantizer; in DecodeDataPart_P_VideoPacket()
|
D | pvdec_api.cpp | 1218 header_info->quantizer = currVop->quantizer; in PVDecodeVopHeader()
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | datapart_encode.cpp | 61 video->QP_prev = currVop->quantizer; in EncodeFrameDataPartMode() 118 video->QP_prev = currVop->quantizer; /* store QP */ in EncodeFrameDataPartMode() 259 QPMB[0] = video->QP_prev = QP = currVop->quantizer; in EncodeSliceDataPartMode() 327 video->QP_prev = currVop->quantizer; /* store QP */ in EncodeSliceDataPartMode()
|
D | rate_control.cpp | 199 M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*currVol->nTotalMB); in RC_VopQPSetting() 207 M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*currVol->nTotalMB); in RC_VopQPSetting() 213 currVop->quantizer = video->rc[currLayer]->Qc; in RC_VopQPSetting() 219 video->QPMB[i] = (i & 1) ? currVop->quantizer - 1 : currVop->quantizer + 1; in RC_VopQPSetting() 222 M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*currVol->nTotalMB); in RC_VopQPSetting() 245 pMP->QP = currVop->quantizer; in RC_VopQPSetting()
|
D | combined_encode.cpp | 64 video->QP_prev = currVop->quantizer; in EncodeFrameCombinedMode() 147 video->QP_prev = currVop->quantizer; in EncodeFrameCombinedMode() 315 QPMB[0] = video->QP_prev = QP = currVop->quantizer; in EncodeSliceCombinedMode() 413 video->QP_prev = currVop->quantizer; /* store QP */ in EncodeSliceCombinedMode()
|
D | vop.cpp | 389 status = BitstreamPutBits(stream, 5, currVop->quantizer); /* vop_quant */ in EncodeVOPHeader() 485 status = BitstreamPutBits(stream, 5, currVop->quantizer); /* vop_quant*/ in EncodeShortHeader()
|
D | mp4lib_int.h | 63 Int quantizer; /* VOP quantizer */ member
|
D | mp4enc_api.cpp | 1525 video->currVop->quantizer = encParams->InitQuantIvop[currLayer]; in PVEncodeVideoFrame() 1527 video->currVop->quantizer = encParams->InitQuantPvop[currLayer]; in PVEncodeVideoFrame() 1795 video->currVop->quantizer = encParams->InitQuantIvop[currLayer]; in PVEncodeFrameSet() 1797 video->currVop->quantizer = encParams->InitQuantPvop[currLayer]; in PVEncodeFrameSet()
|
D | motion_est.cpp | 469 currVop->quantizer = video->encParams->InitQuantIvop[video->currLayer]; in MotionEstimation()
|
/external/opencore/codecs_v2/video/m4v_h263/dec/include/ |
D | mp4dec_api.h | 118 int16 quantizer; member
|
/external/jpeg/ |
D | libjpeg.doc | 1248 The two-pass color quantizer, jquant2.c, is specialized to handle RGB data 2050 IMPORTANT: because the different quantizer methods have very different 2069 quantizer to be re-run to generate a new colormap.
|