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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h57 unsigned char *last_frame_seg_map_copy; member in struct:__anon9568
H A Dvp9_encoder.c164 vpx_free(cpi->coding_context.last_frame_seg_map_copy);
165 cpi->coding_context.last_frame_seg_map_copy = NULL;
220 vpx_memcpy(cpi->coding_context.last_frame_seg_map_copy,
242 cpi->coding_context.last_frame_seg_map_copy,
754 CHECK_MEM_ERROR(cm, cpi->coding_context.last_frame_seg_map_copy,

Completed in 101 milliseconds