Home
last modified time | relevance | path

Searched refs:direct_table (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264dec.h425 uint8_t *direct_table; member
803 uint8_t *direct_table = &h->direct_table[4 * sl->mb_xy]; in write_back_motion() local
804 direct_table[1] = sl->sub_mb_type[1] >> 1; in write_back_motion()
805 direct_table[2] = sl->sub_mb_type[2] >> 1; in write_back_motion()
806 direct_table[3] = sl->sub_mb_type[3] >> 1; in write_back_motion()
Dh264_mvpred.h726 uint8_t *direct_table = h->direct_table; in fill_decode_caches() local
734 direct_cache[0 - 1 * 8] = direct_table[b8_xy + 2]; in fill_decode_caches()
735 direct_cache[2 - 1 * 8] = direct_table[b8_xy + 3]; in fill_decode_caches()
744 … direct_cache[-1 + 0 * 8] = direct_table[4 * left_xy[LTOP] + 1 + (left_block[0] & ~1)]; in fill_decode_caches()
751 … direct_cache[-1 + 2 * 8] = direct_table[4 * left_xy[LBOT] + 1 + (left_block[2] & ~1)]; in fill_decode_caches()
Dh264dec.c147 av_freep(&h->direct_table); in ff_h264_free_tables()
195 !FF_ALLOCZ_TYPED_ARRAY(h->direct_table, big_mb_num * 4) || in ff_h264_alloc_tables()