Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dratectrl.c176 CODING_CONTEXT *const cc = &cpi->coding_context; in vp8_save_coding_context()
212 CODING_CONTEXT *const cc = &cpi->coding_context; in vp8_restore_coding_context()
H A Donyx_int.h343 CODING_CONTEXT coding_context; member
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_encoder.c960 vpx_free(cpi->coding_context.last_frame_seg_map_copy); in dealloc_compressor_data()
961 cpi->coding_context.last_frame_seg_map_copy = NULL; in dealloc_compressor_data()
1089 CODING_CONTEXT *const cc = &cpi->coding_context; in save_coding_context()
1109 memcpy(cpi->coding_context.last_frame_seg_map_copy, cm->last_frame_seg_map, in save_coding_context()
1119 CODING_CONTEXT *const cc = &cpi->coding_context; in restore_coding_context()
1135 memcpy(cm->last_frame_seg_map, cpi->coding_context.last_frame_seg_map_copy, in restore_coding_context()
2025 vpx_free(cpi->coding_context.last_frame_seg_map_copy); in realloc_segmentation_maps()
2026 CHECK_MEM_ERROR(&cm->error, cpi->coding_context.last_frame_seg_map_copy, in realloc_segmentation_maps()
H A Dvp9_encoder.h817 CODING_CONTEXT coding_context; member
/aosp_15_r20/external/libaom/av1/encoder/
H A Dencoder_utils.h956 CODING_CONTEXT *const cc = &cpi->coding_context; in restore_extra_coding_context()
H A Dencoder_utils.c1408 CODING_CONTEXT *const cc = &cpi->coding_context; in save_extra_coding_context()
H A Dencoder.h3057 CODING_CONTEXT coding_context; member