Searched refs:coding_context (Results 1 – 4 of 4) sorted by relevance
332 CODING_CONTEXT coding_context; member
176 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()
505 CODING_CONTEXT coding_context; member
759 vpx_free(cpi->coding_context.last_frame_seg_map_copy); in dealloc_compressor_data()760 cpi->coding_context.last_frame_seg_map_copy = NULL; in dealloc_compressor_data()859 CODING_CONTEXT *const cc = &cpi->coding_context; in save_coding_context()879 memcpy(cpi->coding_context.last_frame_seg_map_copy, cm->last_frame_seg_map, in save_coding_context()889 CODING_CONTEXT *const cc = &cpi->coding_context; in restore_coding_context()905 memcpy(cm->last_frame_seg_map, cpi->coding_context.last_frame_seg_map_copy, in restore_coding_context()1771 vpx_free(cpi->coding_context.last_frame_seg_map_copy); in realloc_segmentation_maps()1772 CHECK_MEM_ERROR(cm, cpi->coding_context.last_frame_seg_map_copy, in realloc_segmentation_maps()