/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_inter_prediction.c | 60 mv_t mv; member 81 static void GetPredictionMv(mv_t *mv, interNeighbour_t *a, u32 refIndex); 237 h264bsdPredictSamples(data, pMb->mv, &refImage, in h264bsdInterPrediction() 246 h264bsdPredictSamples(data, pMb->mv, &refImage, in h264bsdInterPrediction() 251 h264bsdPredictSamples(data, pMb->mv+8, &refImage, in h264bsdInterPrediction() 260 h264bsdPredictSamples(data, pMb->mv, &refImage, in h264bsdInterPrediction() 264 h264bsdPredictSamples(data, pMb->mv+4, &refImage, in h264bsdInterPrediction() 282 h264bsdPredictSamples(data, pMb->mv+4*i, &refImage, in h264bsdInterPrediction() 288 h264bsdPredictSamples(data, pMb->mv+4*i, &refImage, in h264bsdInterPrediction() 291 h264bsdPredictSamples(data, pMb->mv+4*i+2, &refImage, in h264bsdInterPrediction() [all …]
|
D | h264bsd_deblocking.c | 338 mv1 = mb1->mv[ind1].hor; in InnerBoundaryStrength() 339 mv2 = mb1->mv[ind2].hor; in InnerBoundaryStrength() 340 mv3 = mb1->mv[ind1].ver; in InnerBoundaryStrength() 341 mv4 = mb1->mv[ind2].ver; in InnerBoundaryStrength() 370 tmp1 = mb1->mv[ind1].hor; in InnerBoundaryStrength2() 371 tmp2 = mb1->mv[ind2].hor; in InnerBoundaryStrength2() 372 tmp3 = mb1->mv[ind1].ver; in InnerBoundaryStrength2() 373 tmp4 = mb1->mv[ind2].ver; in InnerBoundaryStrength2() 403 (ABS(mb1->mv[ind1].hor - mb2->mv[ind2].hor) >= 4) || in EdgeBoundaryStrength() 404 (ABS(mb1->mv[ind1].ver - mb2->mv[ind2].ver) >= 4)) in EdgeBoundaryStrength() [all …]
|
D | h264bsd_reconstruct.c | 420 mv_t *mv, in PredictChroma() argument 432 ASSERT(mv); in PredictChroma() 441 xInt = (xAL >> 1) + (mv->hor >> 3); in PredictChroma() 442 yInt = (yAL >> 1) + (mv->ver >> 3); in PredictChroma() 443 xFrac = mv->hor & 0x7; in PredictChroma() 444 yFrac = mv->ver & 0x7; in PredictChroma() 1819 mv_t *mv, in h264bsdPredictSamples() argument 1839 ASSERT(mv); in h264bsdPredictSamples() 1850 xFrac = mv->hor & 0x3; in h264bsdPredictSamples() 1851 yFrac = mv->ver & 0x3; in h264bsdPredictSamples() [all …]
|
D | h264bsd_reconstruct.h | 53 mv_t *mv, 64 mv_t *mv,
|
D | h264bsd_conceal.c | 310 mv_t mv = {0,0}; in ConcealMb() local 318 h264bsdPredictSamples(data, &mv, &refImage, col*16, row*16, in ConcealMb() 321 h264bsdPredictSamples(data, &mv, &refImage, in ConcealMb()
|
D | h264bsd_macroblock_layer.h | 178 mv_t mv[16]; member
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
D | mb_access.cpp | 192 int16 *mv, pmv_x, pmv_y; in GetMotionVectorPredictor() local 254 mv = (int16*)(currMB->mvL0 + (block_y << 2) + block_x_1); in GetMotionVectorPredictor() 255 pmv_A_x = *mv++; in GetMotionVectorPredictor() 256 pmv_A_y = *mv; in GetMotionVectorPredictor() 264 mv = (int16*)(MB_A->mvL0 + (block_y << 2) + 3); in GetMotionVectorPredictor() 265 pmv_A_x = *mv++; in GetMotionVectorPredictor() 266 pmv_A_y = *mv; in GetMotionVectorPredictor() 274 mv = (int16*)(currMB->mvL0 + (block_y_1 << 2) + block_x); in GetMotionVectorPredictor() 275 pmv_B_x = *mv++; in GetMotionVectorPredictor() 276 pmv_B_y = *mv; in GetMotionVectorPredictor() [all …]
|
/frameworks/rs/ |
D | rsMesh.cpp | 292 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) { in rsaMeshGetVertexBufferCount() argument 293 Mesh *sm = static_cast<Mesh *>(mv); in rsaMeshGetVertexBufferCount() 297 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) { in rsaMeshGetIndexCount() argument 298 Mesh *sm = static_cast<Mesh *>(mv); in rsaMeshGetIndexCount() 302 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { in rsaMeshGetVertices() argument 303 Mesh *sm = static_cast<Mesh *>(mv); in rsaMeshGetVertices() 312 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idx… in rsaMeshGetIndices() argument 313 Mesh *sm = static_cast<Mesh *>(mv); in rsaMeshGetIndices()
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | dev.make | 7 mv src/gltrace.pb.cc src/gltrace.pb.cpp
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | vlc_decode.h | 99 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv);
|
D | vlc_decode.cpp | 452 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv) in PV_VlcDecMV() argument 461 *mv = 0; /* Vector difference = 0 */ in PV_VlcDecMV() 470 *mv = PV_TMNMVtab0[code].val; in PV_VlcDecMV() 478 *mv = PV_TMNMVtab1[code].val; in PV_VlcDecMV() 484 *mv = -1; in PV_VlcDecMV() 492 *mv = PV_TMNMVtab2[code].val; in PV_VlcDecMV()
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
D | AsmGeneratorTest.java | 277 MethodVisitor mv = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod() local 278 return new MethodVisitor(Opcodes.ASM4, mv) { in visitMethod()
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | StubMethodAdapter.java | 51 public StubMethodAdapter(MethodVisitor mv, String methodName, Type returnType, in StubMethodAdapter() argument 54 mParentVisitor = mv; in StubMethodAdapter()
|
D | AbstractClassAdapter.java | 230 public RenameMethodAdapter(MethodVisitor mv) { in RenameMethodAdapter() argument 231 super(Opcodes.ASM4, mv); in RenameMethodAdapter()
|
/frameworks/native/opengl/libagl/ |
D | light.cpp | 386 const transform_t& mv = c->transforms.modelview.transform; in lightVertex() local 387 mv.point4(&mv, &o, &v->obj); in lightVertex() 537 transform_t& mv = c->transforms.modelview.transform; in lightxv() local 538 mv.point4(&mv, &light.position, reinterpret_cast<vec4_t const*>(params)); in lightxv()
|
D | matrix.cpp | 589 const GLfloat* const mv = modelview.top().elements(); in update_mvit() local 590 invert(r, mv); in update_mvit() 602 const GLfloat* const mv = modelview.top().elements(); in update_mvui() local 615 invert(r, mv); in update_mvui()
|
/frameworks/base/tools/obbtool/ |
D | mkobb.sh | 277 mv ${tempfile} ${filename}
|
/frameworks/compile/mclinker/unittests/ |
D | test3.txt | 138 mv -f tmp Makefile.in 229 mv md5.new proto-toplev/md5.sum 238 mv djunpack.new proto-toplev/djunpack.bat
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | motion_est.cpp | 843 int16 *mv; in AVCMBMotionSearch() local 936 mv = (int16*)(currMB->mvL0 + (mbPartIdx << 2) + subMbPartIdx); in AVCMBMotionSearch() 938 *mv++ = FIXED_MVX; in AVCMBMotionSearch() 939 *mv = FIXED_MVY; in AVCMBMotionSearch()
|
D | motion_comp.cpp | 47 int16 *mv; in AVCMBMotionComp() local 90 mv = (int16*)(currMB->mvL0 + block_x + (block_y << 2)); in AVCMBMotionComp() 93 x_pos = (offset_x << 2) + *mv++; /*quarter pel */ in AVCMBMotionComp() 94 y_pos = (offset_y << 2) + *mv; /*quarter pel */ in AVCMBMotionComp()
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 1368 float mv; in loadHwModule_l() local 1369 if (OK == dev->get_master_volume(dev, &mv)) { in loadHwModule_l() 1370 mMasterVolume = mv; in loadHwModule_l()
|
/frameworks/rs/driver/runtime/arch/ |
D | neon.ll | 856 %mv = load <4 x i32>* @yuv_V, align 8 858 %_v2 = mul <4 x i32> %_v, %mv
|