Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h57 unsigned char *last_frame_seg_map_copy; member
Dvp9_ratectrl.c123 vpx_memcpy(cpi->coding_context.last_frame_seg_map_copy, in vp9_save_coding_context()
145 cpi->coding_context.last_frame_seg_map_copy, in vp9_restore_coding_context()
Dvp9_onyx_if.c176 vpx_free(cpi->coding_context.last_frame_seg_map_copy); in dealloc_compressor_data()
177 cpi->coding_context.last_frame_seg_map_copy = NULL; in dealloc_compressor_data()
1212 CHECK_MEM_ERROR(cm, cpi->coding_context.last_frame_seg_map_copy, in vp9_create_compressor()