Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_mb.c408 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()
Dh264dec.h290 uint8_t *bipred_scratchpad; member
Dh264_slice.c133 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()
Dh264dec.c169 av_freep(&sl->bipred_scratchpad); in ff_h264_free_tables()