Searched defs:mv (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_conceal.c310 mv_t mv = {0,0}; local
318 h264bsdPredictSamples(data, &mv, &refImage, col*16, row*16,
321 h264bsdPredictSamples(data, &mv, &refImage,
H A Dh264bsd_inter_prediction.c60 mv_t mv; member in struct:__anon604
81 static void GetPredictionMv(mv_t *mv, interNeighbour_t *a, u32 refIndex);
237 h264bsdPredictSamples(data, pMb->mv, &refImage,
246 h264bsdPredictSamples(data, pMb->mv, &refImage,
251 h264bsdPredictSamples(data, pMb->mv+8, &refImage,
260 h264bsdPredictSamples(data, pMb->mv, &refImage,
264 h264bsdPredictSamples(data, pMb->mv+4, &refImage,
282 h264bsdPredictSamples(data, pMb->mv+4*i, &refImage,
288 h264bsdPredictSamples(data, pMb->mv+4*i, &refImage,
291 h264bsdPredictSamples(data, pMb->mv
498 mv_t mv; local
582 mv_t mv; local
689 mv_t mv; local
837 mv_t mv, mvPred; local
998 GetPredictionMv(mv_t *mv, interNeighbour_t *a, u32 refIndex) argument
[all...]
H A Dh264bsd_macroblock_layer.h178 mv_t mv[16]; member in struct:mbStorage
H A Dh264bsd_reconstruct.c422 mv_t *mv,
434 ASSERT(mv);
443 xInt = (xAL >> 1) + (mv->hor >> 3);
444 yInt = (yAL >> 1) + (mv->ver >> 3);
445 xFrac = mv->hor & 0x7;
446 yFrac = mv->ver & 0x7;
1805 mv pointer to motion vector used for prediction
1821 mv_t *mv,
1841 ASSERT(mv);
1852 xFrac = mv
416 PredictChroma( u8 *mbPartChroma, u32 xAL, u32 yAL, u32 partWidth, u32 partHeight, mv_t *mv, image_t *refPic) argument
1819 h264bsdPredictSamples( u8 *data, mv_t *mv, image_t *refPic, u32 xA, u32 yA, u32 partX, u32 partY, u32 partWidth, u32 partHeight) argument
1970 h264bsdPredictSamples( u8 *data, mv_t *mv, image_t *refPic, u32 colAndRow, u32 part, u8 *pFill) argument
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DReplaceMethodCallsAdapter.java183 public MyMethodVisitor(MethodVisitor mv) { argument
184 super(Opcodes.ASM4, mv);
H A DAbstractClassAdapter.java241 public RenameMethodAdapter(MethodVisitor mv) { argument
242 super(Opcodes.ASM4, mv);
H A DStubMethodAdapter.java51 public StubMethodAdapter(MethodVisitor mv, String methodName, Type returnType, argument
54 mParentVisitor = mv;
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dmb_access.cpp192 int16 *mv, pmv_x, pmv_y; local
254 mv = (int16*)(currMB->mvL0 + (block_y << 2) + block_x_1);
255 pmv_A_x = *mv++;
256 pmv_A_y = *mv;
264 mv = (int16*)(MB_A->mvL0 + (block_y << 2) + 3);
265 pmv_A_x = *mv++;
266 pmv_A_y = *mv;
274 mv = (int16*)(currMB->mvL0 + (block_y_1 << 2) + block_x);
275 pmv_B_x = *mv++;
276 pmv_B_y = *mv;
[all...]
/frameworks/rs/
H A DrsMesh.cpp292 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) { argument
293 Mesh *sm = static_cast<Mesh *>(mv);
297 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) { argument
298 Mesh *sm = static_cast<Mesh *>(mv);
302 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { argument
303 Mesh *sm = static_cast<Mesh *>(mv);
312 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) { argument
313 Mesh *sm = static_cast<Mesh *>(mv);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp452 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv) argument
461 *mv = 0; /* Vector difference = 0 */
470 *mv = PV_TMNMVtab0[code].val;
478 *mv = PV_TMNMVtab1[code].val;
484 *mv = -1;
492 *mv = PV_TMNMVtab2[code].val;
/frameworks/native/opengl/libagl/
H A Dlight.cpp386 const transform_t& mv = c->transforms.modelview.transform; local
387 mv.point4(&mv, &o, &v->obj);
537 transform_t& mv = c->transforms.modelview.transform; local
538 mv.point4(&mv, &light.position, reinterpret_cast<vec4_t const*>(params));
H A Dmatrix.cpp589 const GLfloat* const mv = modelview.top().elements(); local
590 invert(r, mv);
602 const GLfloat* const mv = modelview.top().elements(); local
615 invert(r, mv);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DOpReorderTest.java81 mv(3, 8);
88 mv(3, 8);
95 mv(3, 5);
102 mv(1, 3);
109 mv(0, 4);
116 mv(3, 0);
123 mv(8, 1);
130 mv(1, 3);
137 mv(3, 4);
144 mv(
270 UpdateOp mv(int from, int to) { method in class:OpReorderTest
[all...]
H A DAdapterHelperTest.java358 // mv(11, 12);
362 mv(2, 3);
370 mv(22, 11);
371 mv(22, 52);
382 mv(29, 5);
383 mv(30, 32);
393 mv(5, 18);
400 mv(34, 28);
409 mv(29, 15);
418 mv(
919 private void mv(int from, int to) { method in class:AdapterHelperTest
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp47 int16 *mv; local
90 mv = (int16*)(currMB->mvL0 + block_x + (block_y << 2));
93 x_pos = (offset_x << 2) + *mv++; /*quarter pel */
94 y_pos = (offset_y << 2) + *mv; /*quarter pel */
H A Dmotion_est.cpp843 int16 *mv; local
936 mv = (int16*)(currMB->mvL0 + (mbPartIdx << 2) + subMbPartIdx);
938 *mv++ = FIXED_MVX;
939 *mv = FIXED_MVY;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1546 float mv; local
1547 if (OK == dev->get_master_volume(dev, &mv)) {
1548 mMasterVolume = mv;

Completed in 1314 milliseconds