Searched refs:bipred_scratchpad (Results 1 – 4 of 4) sorted by relevance
408 uint8_t *tmp_cb = sl->bipred_scratchpad; in mc_part_weighted()409 uint8_t *tmp_cr = sl->bipred_scratchpad + (16 << pixel_shift); in mc_part_weighted()410 uint8_t *tmp_y = sl->bipred_scratchpad + 16 * sl->mb_uvlinesize; in mc_part_weighted()
290 uint8_t *bipred_scratchpad; member
133 av_fast_malloc(&sl->bipred_scratchpad, &sl->bipred_scratchpad_allocated, 16 * 6 * alloc_size); in alloc_scratch_buffers()143 if (!sl->bipred_scratchpad || !sl->edge_emu_buffer || in alloc_scratch_buffers()145 av_freep(&sl->bipred_scratchpad); in alloc_scratch_buffers()
169 av_freep(&sl->bipred_scratchpad); in ff_h264_free_tables()