Searched refs:b4_stride (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_direct.c164 int b4_stride = h->b_stride; local
256 b4_stride *= 6;
301 l1mv0 += 2*b4_stride;
302 l1mv1 += 2*b4_stride;
313 int xy4 = 3*x8+y8*b4_stride;
382 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride];
393 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride];
415 int b4_stride = h->b_stride; local
445 b4_stride *= 6;
491 l1mv0 += 2*b4_stride;
[all...]
H A Dsvq3.c1077 const int b4_stride = h->mb_width * 4 + 1; local
1078 const int b4_array_size = b4_stride * h->mb_height * 4;
H A Dh264_slice.c226 const int b4_stride = h->mb_width * 4 + 1; local
227 const int b4_array_size = b4_stride * h->mb_height * 4;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c163 int b4_stride = h->b_stride; local
254 b4_stride *= 6;
299 l1mv0 += 2*b4_stride;
300 l1mv1 += 2*b4_stride;
311 int xy4 = 3*x8+y8*b4_stride;
380 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride];
391 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride];
414 int b4_stride = h->b_stride; local
444 b4_stride *= 6;
490 l1mv0 += 2*b4_stride;
[all...]
H A Dmpegvideo.h240 int b4_stride; ///< 4*mb_width+1 used for some 4x4 block arrays to allow simple addressing member in struct:MpegEncContext
H A Dmpegvideo.c303 const int b4_array_size = s->b4_stride * s->mb_height * 4;
703 s->b4_stride = s->mb_width * 4 + 1;

Completed in 67 milliseconds