Home
last modified time | relevance | path

Searched refs:coding_context (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c110 CODING_CONTEXT *const cc = &cpi->coding_context; in vp9_save_coding_context()
123 vpx_memcpy(cpi->coding_context.last_frame_seg_map_copy, in vp9_save_coding_context()
133 CODING_CONTEXT *const cc = &cpi->coding_context; in vp9_restore_coding_context()
145 cpi->coding_context.last_frame_seg_map_copy, in vp9_restore_coding_context()
Dvp9_onyx_int.h373 CODING_CONTEXT coding_context; member
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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h363 CODING_CONTEXT coding_context; member
Dratectrl.c218 CODING_CONTEXT *const cc = & cpi->coding_context; in vp8_save_coding_context()
257 CODING_CONTEXT *const cc = & cpi->coding_context; in vp8_restore_coding_context()