Searched refs:qp (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_transform.c | 94 u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32 coeffMap) in h264bsdProcessBlock() argument 107 qpDiv = qpDiv6[qp]; in h264bsdProcessBlock() 108 tmp1 = levelScale[qpMod6[qp]][0] << qpDiv; in h264bsdProcessBlock() 109 tmp2 = levelScale[qpMod6[qp]][1] << qpDiv; in h264bsdProcessBlock() 110 tmp3 = levelScale[qpMod6[qp]][2] << qpDiv; in h264bsdProcessBlock() 252 void h264bsdProcessLumaDc(i32 *data, u32 qp) in h264bsdProcessLumaDc() argument 265 qpMod = qpMod6[qp]; in h264bsdProcessLumaDc() 266 qpDiv = qpDiv6[qp]; in h264bsdProcessLumaDc() 303 if (qp >= 12) in h264bsdProcessLumaDc() 356 void h264bsdProcessChromaDc(i32 *data, u32 qp) in h264bsdProcessChromaDc() argument [all …]
|
D | h264bsd_transform.h | 49 u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32 coeffMap); 50 void h264bsdProcessLumaDc(i32 *data, u32 qp); 51 void h264bsdProcessChromaDc(i32 *data, u32 qp);
|
D | h264bsd_deblocking.c | 1390 u32 qpAv, qp, qpTmp; in GetLumaEdgeThresholds() local 1397 qp = mb->qpY; in GetLumaEdgeThresholds() 1399 indexA = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetA); in GetLumaEdgeThresholds() 1400 indexB = (u32)CLIP3(0, 51, (i32)qp + mb->filterOffsetB); in GetLumaEdgeThresholds() 1409 if (qpTmp != qp) in GetLumaEdgeThresholds() 1411 qpAv = (qp + qpTmp + 1) >> 1; in GetLumaEdgeThresholds() 1430 if (qpTmp != qp) in GetLumaEdgeThresholds() 1432 qpAv = (qp + qpTmp + 1) >> 1; in GetLumaEdgeThresholds() 1470 u32 qpAv, qp, qpTmp; in GetChromaEdgeThresholds() local 1477 qp = mb->qpY; in GetChromaEdgeThresholds() [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastquant_inline.h | 435 register int32 qp = QPdiv2; in aan_scale() local 445 "r"(qp)); in aan_scale() 488 register int32 qp = QPx2; in coeff_dequant() local 503 "r"(qp), in coeff_dequant() 542 register int32 qp = QP; in aan_dc_scale() local 549 "r"(qp)); in aan_dc_scale() 573 register int32 qp = QP; in coeff_dequant_mpeg() local 591 "r"(qp), in coeff_dequant_mpeg()
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | rate_control.cpp | 173 int qp; in InitRateControlModule() local 270 qp = 35; in InitRateControlModule() 272 qp = 25; in InitRateControlModule() 274 qp = 20; in InitRateControlModule() 276 qp = 15; in InitRateControlModule() 277 rateCtrl->initQP = qp; in InitRateControlModule()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
D | omxVC.h | 596 OMX_S32 qp; /* quantization parameter*/ member
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
D | omxVC.h | 596 OMX_S32 qp; /* quantization parameter*/ member
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
D | omxVC.h | 596 OMX_S32 qp; /* quantization parameter*/ member
|
/frameworks/base/media/tests/contents/media_api/music/ |
D | test_amr_ietf.amr | 157 …�T���Ґ����<B{�&���Y�7�S�V��A��@��V����@<RL��8Iw��pP��'��3\U0L��qp<B|�H�cݘZ�P�&( �"�]…
|