Searched refs:b_xy (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mvpred.h | 618 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; in fill_decode_caches() local 619 AV_COPY128(mv_cache[0 - 1 * 8], mv[b_xy + 0]); in fill_decode_caches() 634 const int b_xy = h->mb2b_xy[left_xy[LEFT(i)]] + 3; in fill_decode_caches() local 637 mv[b_xy + b_stride * left_block[0 + i * 2]]); in fill_decode_caches() 639 mv[b_xy + b_stride * left_block[1 + i * 2]]); in fill_decode_caches() 652 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; in fill_decode_caches() local 654 AV_COPY32(mv_cache[-1], mv[b_xy + b_stride * left_block[0]]); in fill_decode_caches() 664 const int b_xy = h->mb2b_xy[topright_xy] + 3 * b_stride; in fill_decode_caches() local 665 AV_COPY32(mv_cache[4 - 1 * 8], mv[b_xy]); in fill_decode_caches() 674 const int b_xy in fill_decode_caches() local 699 const int b_xy = h->mb2br_xy[top_xy]; fill_decode_caches() local 705 const int b_xy = h->mb2br_xy[left_xy[LTOP]] + 6; fill_decode_caches() local 713 const int b_xy = h->mb2br_xy[left_xy[LBOT]] + 6; fill_decode_caches() local [all...] |
H A D | h264dec.h | 710 int b_xy, int b8_xy, in write_back_motion_list() 713 int16_t(*mv_dst)[2] = &h->cur_pic.motion_val[list][b_xy]; in write_back_motion_list() 748 const int b_xy = 4 * sl->mb_x + 4 * sl->mb_y * h->b_stride; // try mb2b(8)_xy in write_back_motion() local 752 write_back_motion_list(h, sl, b_stride, b_xy, b8_xy, mb_type, 0); in write_back_motion() 758 write_back_motion_list(h, sl, b_stride, b_xy, b8_xy, mb_type, 1); in write_back_motion() 707 write_back_motion_list(const H264Context *h, H264SliceContext *sl, int b_stride, int b_xy, int b8_xy, int mb_type, int list) write_back_motion_list() argument
|
H A D | h261dec.c | 232 int b_xy = 2 * s->mb_x + (2 * s->mb_y) * b_stride; in h261_decode_mb_skipped() local 233 s->current_picture.motion_val[0][b_xy][0] = s->mv[0][0][0]; in h261_decode_mb_skipped() 234 s->current_picture.motion_val[0][b_xy][1] = s->mv[0][0][1]; in h261_decode_mb_skipped() 462 int b_xy = 2 * s->mb_x + (2 * s->mb_y) * b_stride; in h261_decode_mb() local 463 s->current_picture.motion_val[0][b_xy][0] = s->mv[0][0][0]; in h261_decode_mb() 464 s->current_picture.motion_val[0][b_xy][1] = s->mv[0][0][1]; in h261_decode_mb()
|
H A D | svq3.c | 513 const int b_xy = (4 * s->mb_x + (j >> 2)) + in svq3_mc_dir() local 524 mx = s->next_pic->motion_val[0][b_xy][0] * 2; in svq3_mc_dir() 525 my = s->next_pic->motion_val[0][b_xy][1] * 2; in svq3_mc_dir() 606 fill_rectangle(s->cur_pic->motion_val[dir][b_xy], in svq3_mc_dir() 718 const int b_xy = 4 * s->mb_x + 4 * s->mb_y * s->b_stride; in svq3_decode_mb() local 765 s->cur_pic->motion_val[m][b_xy - 1 + i * s->b_stride]); in svq3_decode_mb() 772 s->cur_pic->motion_val[m][b_xy - s->b_stride], in svq3_decode_mb() 779 s->cur_pic->motion_val[m][b_xy - s->b_stride + 4]); in svq3_decode_mb() 787 s->cur_pic->motion_val[m][b_xy - s->b_stride - 1]); in svq3_decode_mb() 810 memset(s->cur_pic->motion_val[0][b_xy in svq3_decode_mb() [all...] |
H A D | h264_slice.c | 2343 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; in fill_filter_caches_inter() local 2346 AV_COPY128(mv_dst - 1 * 8, h->cur_pic.motion_val[list][b_xy + 0]); in fill_filter_caches_inter() 2358 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; in fill_filter_caches_inter() local 2361 AV_COPY32(mv_dst - 1 + 0, h->cur_pic.motion_val[list][b_xy + b_stride * 0]); in fill_filter_caches_inter() 2362 AV_COPY32(mv_dst - 1 + 8, h->cur_pic.motion_val[list][b_xy + b_stride * 1]); in fill_filter_caches_inter() 2363 AV_COPY32(mv_dst - 1 + 16, h->cur_pic.motion_val[list][b_xy + b_stride * 2]); in fill_filter_caches_inter() 2364 AV_COPY32(mv_dst - 1 + 24, h->cur_pic.motion_val[list][b_xy + b_stride * 3]); in fill_filter_caches_inter()
|
H A D | h264dec.c | 208 const int b_xy = 4 * x + 4 * y * h->b_stride; in ff_h264_alloc_tables() local 210 h->mb2b_xy[mb_xy] = b_xy; in ff_h264_alloc_tables()
|
Completed in 12 milliseconds