Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsvq3.c126 uint32_t *mb2br_xy; member
762 if (s->mb_x > 0 && s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - 1] + 6] != -1) { in svq3_decode_mb()
775 (s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride]] == -1) ? PART_NOT_AVAILABLE : 1, 4); in svq3_decode_mb()
781 (s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride + 1] + 6] == -1 || in svq3_decode_mb()
782 s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride]] == -1) ? PART_NOT_AVAILABLE : 1; in svq3_decode_mb()
789 (s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride - 1] + 3] == -1) ? PART_NOT_AVAILABLE : 1; in svq3_decode_mb()
825 int8_t *i4x4 = s->intra4x4_pred_mode + s->mb2br_xy[s->mb_xy]; in svq3_decode_mb()
833 s->intra4x4_pred_mode_cache[scan8[0] - 1 + i * 8] = s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - 1] + 6 - i]; in svq3_decode_mb()
838 s->intra4x4_pred_mode_cache[4 + 8 * 0] = s->intra4x4_pred_mode[s->mb2br_xy[mb_xy - s->mb_stride] + 0]; in svq3_decode_mb()
839 s->intra4x4_pred_mode_cache[5 + 8 * 0] = s->intra4x4_pred_mode[s->mb2br_xy[mb_x in svq3_decode_mb()
[all...]
H A Dh264dec.h398 uint32_t *mb2br_xy; member
674 int8_t *i4x4 = sl->intra4x4_pred_mode + h->mb2br_xy[sl->mb_xy]; in write_back_intra_pred_mode()
721 : h->mb2br_xy[sl->mb_xy]]; in write_back_motion_list()
H A Dh264_mvpred.h511 AV_COPY32(sl->intra4x4_pred_mode_cache + 4 + 8 * 0, sl->intra4x4_pred_mode + h->mb2br_xy[top_xy]); in fill_decode_caches()
520 int8_t *mode = sl->intra4x4_pred_mode + h->mb2br_xy[left_xy[LEFT(i)]]; in fill_decode_caches()
699 const int b_xy = h->mb2br_xy[top_xy]; in fill_decode_caches()
705 const int b_xy = h->mb2br_xy[left_xy[LTOP]] + 6; in fill_decode_caches()
713 const int b_xy = h->mb2br_xy[left_xy[LBOT]] + 6; in fill_decode_caches()
H A Dh264dec.c150 av_freep(&h->mb2br_xy); in ff_h264_free_tables()
197 !FF_ALLOCZ_TYPED_ARRAY(h->mb2br_xy, big_mb_num)) in ff_h264_alloc_tables()
211 h->mb2br_xy[mb_xy] = 8 * (FMO ? mb_xy : (mb_xy % (2 * h->mb_stride))); in ff_h264_alloc_tables()

Completed in 8 milliseconds