Home
last modified time | relevance | path

Searched refs:mb2br_xy (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsvq3.c125 uint32_t *mb2br_xy; member
768 if (s->mb_x > 0 && s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - 1] + 6] != -1) { in svq3_decode_mb()
781 … (s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride]] == -1) ? PART_NOT_AVAILABLE : 1, 4); in svq3_decode_mb()
787 (s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride + 1] + 6] == -1 || in svq3_decode_mb()
788 … s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride]] == -1) ? PART_NOT_AVAILABLE : 1; in svq3_decode_mb()
795 … (s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride - 1] + 3] == -1) ? PART_NOT_AVAILABLE : 1; in svq3_decode_mb()
831 int8_t *i4x4 = s->intra4x4_pred_mode + s->mb2br_xy[s->mb_xy]; in svq3_decode_mb()
839 …tra4x4_pred_mode_cache[scan8[0] - 1 + i * 8] = s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - 1] + 6 - … in svq3_decode_mb()
844 …s->intra4x4_pred_mode_cache[4 + 8 * 0] = s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride] +… in svq3_decode_mb()
845 …s->intra4x4_pred_mode_cache[5 + 8 * 0] = s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride] +… in svq3_decode_mb()
[all …]
Dh264dec.h407 uint32_t *mb2br_xy; member
715 int8_t *i4x4 = sl->intra4x4_pred_mode + h->mb2br_xy[sl->mb_xy]; in write_back_intra_pred_mode()
762 : h->mb2br_xy[sl->mb_xy]]; in write_back_motion_list()
Dh264_mvpred.h513 … AV_COPY32(sl->intra4x4_pred_mode_cache + 4 + 8 * 0, sl->intra4x4_pred_mode + h->mb2br_xy[top_xy]); in fill_decode_caches()
522 int8_t *mode = sl->intra4x4_pred_mode + h->mb2br_xy[left_xy[LEFT(i)]]; in fill_decode_caches()
701 const int b_xy = h->mb2br_xy[top_xy]; in fill_decode_caches()
707 const int b_xy = h->mb2br_xy[left_xy[LTOP]] + 6; in fill_decode_caches()
715 const int b_xy = h->mb2br_xy[left_xy[LBOT]] + 6; in fill_decode_caches()
Dh264dec.c154 av_freep(&h->mb2br_xy); in ff_h264_free_tables()
198 !FF_ALLOCZ_TYPED_ARRAY(h->mb2br_xy, big_mb_num)) in ff_h264_alloc_tables()
212 h->mb2br_xy[mb_xy] = 8 * (FMO ? mb_xy : (mb_xy % (2 * h->mb_stride))); in ff_h264_alloc_tables()