Home
last modified time | relevance | path

Searched refs:mb2b_xy (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mvpred.h53 mv = h->cur_pic_ptr->motion_val[list][h->mb2b_xy[xy] + 3 + y4 * h->b_stride]; \ in fetch_diagonal_mv()
278 A = mv[h->mb2b_xy[sl->left_mb_xy[LTOP]] + 3 + b_stride * sl->left_block[0]]; in pred_pskip_motion()
291 B = mv[h->mb2b_xy[sl->top_mb_xy] + 3 * b_stride]; in pred_pskip_motion()
307 C = mv[h->mb2b_xy[sl->topright_mb_xy] + 3 * b_stride]; in pred_pskip_motion()
316 C = mv[h->mb2b_xy[sl->topleft_mb_xy] + 3 + b_stride + in pred_pskip_motion()
620 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; in fill_decode_caches()
636 const int b_xy = h->mb2b_xy[left_xy[LEFT(i)]] + 3; in fill_decode_caches()
654 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; in fill_decode_caches()
666 const int b_xy = h->mb2b_xy[topright_xy] + 3 * b_stride; in fill_decode_caches()
676 const int b_xy = h->mb2b_xy[topleft_xy] + 3 + b_stride + in fill_decode_caches()
Dh264_direct.c345 l1mv0 = (void*)&sl->ref_list[1][0].parent->motion_val[0][h->mb2b_xy[mb_xy]]; in pred_spatial_direct_motion()
346 l1mv1 = (void*)&sl->ref_list[1][0].parent->motion_val[1][h->mb2b_xy[mb_xy]]; in pred_spatial_direct_motion()
569 l1mv0 = (void*)&sl->ref_list[1][0].parent->motion_val[0][h->mb2b_xy[mb_xy]]; in pred_temp_direct_motion()
570 l1mv1 = (void*)&sl->ref_list[1][0].parent->motion_val[1][h->mb2b_xy[mb_xy]]; in pred_temp_direct_motion()
Dh264dec.c153 av_freep(&h->mb2b_xy); in ff_h264_free_tables()
197 !FF_ALLOCZ_TYPED_ARRAY(h->mb2b_xy, big_mb_num) || in ff_h264_alloc_tables()
211 h->mb2b_xy[mb_xy] = b_xy; in ff_h264_alloc_tables()
Dh264dec.h406 uint32_t *mb2b_xy; // FIXME are these 4 a good idea? member
Dh264_slice.c2247 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; in fill_filter_caches_inter()
2262 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; in fill_filter_caches_inter()