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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h57 unsigned char *last_frame_seg_map_copy; member in struct:__anon13166
H A Dvp9_encoder.c169 vpx_free(cpi->coding_context.last_frame_seg_map_copy);
170 cpi->coding_context.last_frame_seg_map_copy = NULL;
252 vpx_memcpy(cpi->coding_context.last_frame_seg_map_copy,
281 cpi->coding_context.last_frame_seg_map_copy,
791 CHECK_MEM_ERROR(cm, cpi->coding_context.last_frame_seg_map_copy,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h57 unsigned char *last_frame_seg_map_copy; member in struct:__anon24951
H A Dvp9_onyx_if.c166 vpx_free(cpi->coding_context.last_frame_seg_map_copy);
167 cpi->coding_context.last_frame_seg_map_copy = NULL;
217 vpx_memcpy(cpi->coding_context.last_frame_seg_map_copy,
239 cpi->coding_context.last_frame_seg_map_copy,
1166 CHECK_MEM_ERROR(cm, cpi->coding_context.last_frame_seg_map_copy,

Completed in 147 milliseconds