Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h340 CODING_CONTEXT coding_context; member
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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h630 CODING_CONTEXT coding_context; member
Dvp9_encoder.c957 vpx_free(cpi->coding_context.last_frame_seg_map_copy); in dealloc_compressor_data()
958 cpi->coding_context.last_frame_seg_map_copy = NULL; in dealloc_compressor_data()
1077 CODING_CONTEXT *const cc = &cpi->coding_context; in save_coding_context()
1097 memcpy(cpi->coding_context.last_frame_seg_map_copy, cm->last_frame_seg_map, in save_coding_context()
1107 CODING_CONTEXT *const cc = &cpi->coding_context; in restore_coding_context()
1123 memcpy(cm->last_frame_seg_map, cpi->coding_context.last_frame_seg_map_copy, in restore_coding_context()
1908 vpx_free(cpi->coding_context.last_frame_seg_map_copy); in realloc_segmentation_maps()
1909 CHECK_MEM_ERROR(cm, cpi->coding_context.last_frame_seg_map_copy, in realloc_segmentation_maps()
/external/libaom/libaom/av1/encoder/
Dencoder.h1141 CODING_CONTEXT coding_context; member
Dencoder.c5772 CODING_CONTEXT *const cc = &cpi->coding_context; in save_cur_buf()
5792 CODING_CONTEXT *const cc = &cpi->coding_context; in save_extra_coding_context()
5807 CODING_CONTEXT *const cc = &cpi->coding_context; in restore_cur_buf()
5817 CODING_CONTEXT *const cc = &cpi->coding_context; in restore_extra_coding_context()
5956 release_copy_buffer(&cpi->coding_context); in encode_with_and_without_superres()