Searched refs:b_xy (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_mvpred.h | 620 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; in fill_decode_caches() local 621 AV_COPY128(mv_cache[0 - 1 * 8], mv[b_xy + 0]); in fill_decode_caches() 636 const int b_xy = h->mb2b_xy[left_xy[LEFT(i)]] + 3; in fill_decode_caches() local 639 mv[b_xy + b_stride * left_block[0 + i * 2]]); in fill_decode_caches() 641 mv[b_xy + b_stride * left_block[1 + i * 2]]); in fill_decode_caches() 654 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; in fill_decode_caches() local 656 AV_COPY32(mv_cache[-1], mv[b_xy + b_stride * left_block[0]]); in fill_decode_caches() 666 const int b_xy = h->mb2b_xy[topright_xy] + 3 * b_stride; in fill_decode_caches() local 667 AV_COPY32(mv_cache[4 - 1 * 8], mv[b_xy]); in fill_decode_caches() 676 const int b_xy = h->mb2b_xy[topleft_xy] + 3 + b_stride + in fill_decode_caches() local [all …]
|
D | h261dec.c | 216 int b_xy = 2 * s->mb_x + (2 * s->mb_y) * b_stride; in h261_decode_mb_skipped() local 217 s->current_picture.motion_val[0][b_xy][0] = s->mv[0][0][0]; in h261_decode_mb_skipped() 218 s->current_picture.motion_val[0][b_xy][1] = s->mv[0][0][1]; in h261_decode_mb_skipped() 445 int b_xy = 2 * s->mb_x + (2 * s->mb_y) * b_stride; in h261_decode_mb() local 446 s->current_picture.motion_val[0][b_xy][0] = s->mv[0][0][0]; in h261_decode_mb() 447 s->current_picture.motion_val[0][b_xy][1] = s->mv[0][0][1]; in h261_decode_mb()
|
D | h264dec.h | 751 int b_xy, int b8_xy, in write_back_motion_list() argument 754 int16_t(*mv_dst)[2] = &h->cur_pic.motion_val[list][b_xy]; in write_back_motion_list() 789 const int b_xy = 4 * sl->mb_x + 4 * sl->mb_y * h->b_stride; // try mb2b(8)_xy in write_back_motion() local 793 write_back_motion_list(h, sl, b_stride, b_xy, b8_xy, mb_type, 0); in write_back_motion() 799 write_back_motion_list(h, sl, b_stride, b_xy, b8_xy, mb_type, 1); in write_back_motion()
|
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() 723 const int b_xy = 4 * s->mb_x + 4 * s->mb_y * s->b_stride; in svq3_decode_mb() local 771 s->cur_pic->motion_val[m][b_xy - 1 + i * s->b_stride]); in svq3_decode_mb() 778 s->cur_pic->motion_val[m][b_xy - s->b_stride], in svq3_decode_mb() 785 s->cur_pic->motion_val[m][b_xy - s->b_stride + 4]); in svq3_decode_mb() 793 s->cur_pic->motion_val[m][b_xy - s->b_stride - 1]); in svq3_decode_mb() 816 memset(s->cur_pic->motion_val[0][b_xy + i * s->b_stride], in svq3_decode_mb() [all …]
|
D | h264_slice.c | 2247 const int b_xy = h->mb2b_xy[top_xy] + 3 * b_stride; in fill_filter_caches_inter() local 2250 AV_COPY128(mv_dst - 1 * 8, h->cur_pic.motion_val[list][b_xy + 0]); in fill_filter_caches_inter() 2262 const int b_xy = h->mb2b_xy[left_xy[LTOP]] + 3; in fill_filter_caches_inter() local 2265 AV_COPY32(mv_dst - 1 + 0, h->cur_pic.motion_val[list][b_xy + b_stride * 0]); in fill_filter_caches_inter() 2266 AV_COPY32(mv_dst - 1 + 8, h->cur_pic.motion_val[list][b_xy + b_stride * 1]); in fill_filter_caches_inter() 2267 AV_COPY32(mv_dst - 1 + 16, h->cur_pic.motion_val[list][b_xy + b_stride * 2]); in fill_filter_caches_inter() 2268 AV_COPY32(mv_dst - 1 + 24, h->cur_pic.motion_val[list][b_xy + b_stride * 3]); in fill_filter_caches_inter()
|
D | h264dec.c | 209 const int b_xy = 4 * x + 4 * y * h->b_stride; in ff_h264_alloc_tables() local 211 h->mb2b_xy[mb_xy] = b_xy; in ff_h264_alloc_tables()
|