Searched refs:direct_table (Results 1 – 3 of 3) sorted by relevance
424 uint8_t *direct_table; member802 uint8_t *direct_table = &h->direct_table[4 * sl->mb_xy]; in write_back_motion() local803 direct_table[1] = sl->sub_mb_type[1] >> 1; in write_back_motion()804 direct_table[2] = sl->sub_mb_type[2] >> 1; in write_back_motion()805 direct_table[3] = sl->sub_mb_type[3] >> 1; in write_back_motion()
725 uint8_t *direct_table = h->direct_table; in fill_decode_caches() local733 direct_cache[0 - 1 * 8] = direct_table[b8_xy + 2]; in fill_decode_caches()734 direct_cache[2 - 1 * 8] = direct_table[b8_xy + 3]; in fill_decode_caches()743 … direct_cache[-1 + 0 * 8] = direct_table[4 * left_xy[LTOP] + 1 + (left_block[0] & ~1)]; in fill_decode_caches()750 … direct_cache[-1 + 2 * 8] = direct_table[4 * left_xy[LBOT] + 1 + (left_block[2] & ~1)]; in fill_decode_caches()
147 av_freep(&h->direct_table); in ff_h264_free_tables()206 FF_ALLOCZ_OR_GOTO(h->avctx, h->direct_table, in ff_h264_alloc_tables()