Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_direct.c203 int b4_stride = h->b_stride; in pred_spatial_direct_motion() local
304 b4_stride *= 6; in pred_spatial_direct_motion()
352 l1mv0 += 2 * b4_stride; in pred_spatial_direct_motion()
353 l1mv1 += 2 * b4_stride; in pred_spatial_direct_motion()
363 int xy4 = x8 * 3 + y8 * b4_stride; in pred_spatial_direct_motion()
450 const int16_t *mv_col = l1mv[x8 * 3 + y8 * 3 * b4_stride]; in pred_spatial_direct_motion()
464 (y8 * 2 + (i4 >> 1)) * b4_stride]; in pred_spatial_direct_motion()
490 int b4_stride = h->b_stride; in pred_temp_direct_motion() local
522 b4_stride *= 6; in pred_temp_direct_motion()
576 l1mv0 += 2 * b4_stride; in pred_temp_direct_motion()
[all...]
H A Dsvq3.c1333 const int b4_stride = s->mb_width * 4 + 1; in get_buffer() local
1334 const int b4_array_size = b4_stride * s->mb_height * 4; in get_buffer()
H A Dh264_slice.c167 const int b4_stride = h->mb_width * 4 + 1; in init_table_pools() local
168 const int b4_array_size = b4_stride * h->mb_height * 4; in init_table_pools()

Completed in 9 milliseconds