Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h72 unsigned char *last_frame_seg_map_copy; 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()
1097 memcpy(cpi->coding_context.last_frame_seg_map_copy, cm->last_frame_seg_map, in save_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()