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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264_direct.c352 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
363 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
501 const int16_t *mv_col = l1mv[x8*3 + y8*b4_stride]; local
524 const int16_t *mv_col = l1ref0[0] >= 0 ? l1mv0[0] : l1mv1[0]; local
565 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
572 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264_direct.c352 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
363 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
501 const int16_t *mv_col = l1mv[x8*3 + y8*b4_stride]; local
524 const int16_t *mv_col = l1ref0[0] >= 0 ? l1mv0[0] : l1mv1[0]; local
565 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
572 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264_direct.c352 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
363 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
501 const int16_t *mv_col = l1mv[x8*3 + y8*b4_stride]; local
524 const int16_t *mv_col = l1ref0[0] >= 0 ? l1mv0[0] : l1mv1[0]; local
565 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
572 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
[all...]

Completed in 123 milliseconds