Searched refs:quantizer (Results 1 – 16 of 16) sorted by relevance
/frameworks/av/media/libstagefright/codecs/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 | 955 currVop->quantizer = (int16) BitstreamReadBits16(stream, currVol->quantPrecision); in DecodeVOPHeader() 956 if (currVop->quantizer == 0) in DecodeVOPHeader() 958 currVop->quantizer = video->prevVop->quantizer; in DecodeVOPHeader() 1445 currVop->quantizer = (int16) BitstreamReadBits16(stream, 5); in DecodeShortHeader() 1447 if (currVop->quantizer == 0) /* 04/03/01 */ in DecodeShortHeader() 1449 currVop->quantizer = video->prevVop->quantizer; in DecodeShortHeader()
|
D | mp4lib_int.h | 70 int16 quantizer; /* VOP quantizer */ member
|
D | combined_decode.cpp | 116 QP = video->currVop->quantizer; in DecodeFrameCombinedMode() 325 QP = video->currVop->quantizer; in DecodeFrameCombinedMode()
|
D | datapart_decode.cpp | 154 QP = video->currVop->quantizer; in DecodeDataPart_I_VideoPacket() 406 QP = video->currVop->quantizer; in DecodeDataPart_P_VideoPacket()
|
D | pvdec_api.cpp | 1275 header_info->quantizer = currVop->quantizer; in PVDecodeVopHeader()
|
/frameworks/av/media/libstagefright/codecs/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 | 61 Int quantizer; /* VOP quantizer */ member
|
D | mp4enc_api.cpp | 1558 video->currVop->quantizer = encParams->InitQuantIvop[currLayer]; in PVEncodeVideoFrame() 1560 video->currVop->quantizer = encParams->InitQuantPvop[currLayer]; in PVEncodeVideoFrame() 1828 video->currVop->quantizer = encParams->InitQuantIvop[currLayer]; in PVEncodeFrameSet() 1830 video->currVop->quantizer = encParams->InitQuantPvop[currLayer]; in PVEncodeFrameSet()
|
D | motion_est.cpp | 469 currVop->quantizer = video->encParams->InitQuantIvop[video->currLayer]; in MotionEstimation()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/ |
D | mp4dec_api.h | 112 int16 quantizer; member
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | qpisf_2s.tab | 1020 * 1st stage is kept the same as the 46 bit quantizer *
|
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/ |
D | Palette.java | 786 final ColorCutQuantizer quantizer = new ColorCutQuantizer( in generate() local 796 swatches = quantizer.getQuantizedColors(); in generate()
|