Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsvq3.c129 uint32_t *mb2br_xy; member
773 if (s->mb_x > 0 && s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - 1] + 6] != -1) { in svq3_decode_mb()
786 … (s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride]] == -1) ? PART_NOT_AVAILABLE : 1, 4); in svq3_decode_mb()
792 (s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride + 1] + 6] == -1 || in svq3_decode_mb()
793 … s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride]] == -1) ? PART_NOT_AVAILABLE : 1; in svq3_decode_mb()
800 … (s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride - 1] + 3] == -1) ? PART_NOT_AVAILABLE : 1; in svq3_decode_mb()
836 int8_t *i4x4 = s->intra4x4_pred_mode + s->mb2br_xy[s->mb_xy]; in svq3_decode_mb()
844 …tra4x4_pred_mode_cache[scan8[0] - 1 + i * 8] = s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - 1] + 6 - … in svq3_decode_mb()
849 …s->intra4x4_pred_mode_cache[4 + 8 * 0] = s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride] +… in svq3_decode_mb()
850 …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.h406 uint32_t *mb2br_xy; member
714 int8_t *i4x4 = sl->intra4x4_pred_mode + h->mb2br_xy[sl->mb_xy]; in write_back_intra_pred_mode()
761 : h->mb2br_xy[sl->mb_xy]]; in write_back_motion_list()
Dh264_mvpred.h512 … AV_COPY32(sl->intra4x4_pred_mode_cache + 4 + 8 * 0, sl->intra4x4_pred_mode + h->mb2br_xy[top_xy]); in fill_decode_caches()
521 int8_t *mode = sl->intra4x4_pred_mode + h->mb2br_xy[left_xy[LEFT(i)]]; in fill_decode_caches()
700 const int b_xy = h->mb2br_xy[top_xy]; in fill_decode_caches()
706 const int b_xy = h->mb2br_xy[left_xy[LTOP]] + 6; in fill_decode_caches()
714 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()
217 FF_ALLOCZ_OR_GOTO(h->avctx, h->mb2br_xy, in ff_h264_alloc_tables()
225 h->mb2br_xy[mb_xy] = 8 * (FMO ? mb_xy : (mb_xy % (2 * h->mb_stride))); in ff_h264_alloc_tables()