Searched defs:mv_col (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_direct.c382 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
393 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
541 const int16_t *mv_col = l1mv[x8*3 + y8*b4_stride]; local
564 const int16_t *mv_col = l1ref0[0] >= 0 ? l1mv0[0] : l1mv1[0]; local
605 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
612 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
[all...]
H A Dhevc_mvs.c826 Mv mv_col; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c380 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
391 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
540 const int16_t *mv_col = l1mv[x8*3 + y8*b4_stride]; local
563 const int16_t *mv_col = l1ref0[0] >= 0 ? l1mv0[0] : l1mv1[0]; local
604 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
611 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
[all...]

Completed in 120 milliseconds