Home
last modified time | relevance | path

Searched refs:mv (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_inter_prediction.c60 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 …]
Dh264bsd_deblocking.c338 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 …]
Dh264bsd_reconstruct.c420 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 …]
Dh264bsd_reconstruct.h53 mv_t *mv,
64 mv_t *mv,
Dh264bsd_conceal.c310 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()
Dh264bsd_macroblock_layer.h178 mv_t mv[16]; member
/frameworks/base/media/libstagefright/codecs/avc/common/src/
Dmb_access.cpp192 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/base/libs/rs/
DrsMesh.cpp278 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) { in rsaMeshGetVertexBufferCount() argument
279 Mesh *sm = static_cast<Mesh *>(mv); in rsaMeshGetVertexBufferCount()
283 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) { in rsaMeshGetIndexCount() argument
284 Mesh *sm = static_cast<Mesh *>(mv); in rsaMeshGetIndexCount()
288 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { in rsaMeshGetVertices() argument
289 Mesh *sm = static_cast<Mesh *>(mv); in rsaMeshGetVertices()
298 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idx… in rsaMeshGetIndices() argument
299 Mesh *sm = static_cast<Mesh *>(mv); in rsaMeshGetIndices()
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
Dvlc_decode.h99 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv);
Dvlc_decode.cpp452 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/src/com/android/tools/layoutlib/create/
DStubMethodAdapter.java51 public StubMethodAdapter(MethodVisitor mv, String methodName, Type returnType, in StubMethodAdapter() argument
53 mParentVisitor = mv; in StubMethodAdapter()
DRenameClassAdapter.java284 public RenameMethodAdapter(MethodVisitor mv) { in RenameMethodAdapter() argument
285 super(mv); in RenameMethodAdapter()
/frameworks/base/tools/obbtool/
Dmkobb.sh277 mv ${tempfile} ${filename}
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
Dmotion_est.cpp843 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()
Dmotion_comp.cpp47 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/base/opengl/libagl/
Dmatrix.cpp589 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()
Dlight.cpp530 transform_t& mv = c->transforms.modelview.transform; in lightxv() local
531 mv.point4(&mv, &light.position, reinterpret_cast<vec4_t const*>(params)); in lightxv()