HomeSort by relevance Sort by last modified time
    Searched refs:last_frame_seg_map_copy (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 68 unsigned char *last_frame_seg_map_copy; member in struct:__anon24763
vp9_encoder.c 759 vpx_free(cpi->coding_context.last_frame_seg_map_copy);
760 cpi->coding_context.last_frame_seg_map_copy = NULL;
879 memcpy(cpi->coding_context.last_frame_seg_map_copy, cm->last_frame_seg_map,
905 memcpy(cm->last_frame_seg_map, cpi->coding_context.last_frame_seg_map_copy,
    [all...]

Completed in 73 milliseconds