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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 57 unsigned char *last_frame_seg_map_copy; member in struct:__anon30248
vp9_ratectrl.c 123 vpx_memcpy(cpi->coding_context.last_frame_seg_map_copy,
145 cpi->coding_context.last_frame_seg_map_copy,
    [all...]
vp9_onyx_if.c 176 vpx_free(cpi->coding_context.last_frame_seg_map_copy);
177 cpi->coding_context.last_frame_seg_map_copy = NULL;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 60 unsigned char *last_frame_seg_map_copy; member in struct:__anon16601
vp9_encoder.c 349 vpx_free(cpi->coding_context.last_frame_seg_map_copy);
350 cpi->coding_context.last_frame_seg_map_copy = NULL;
440 memcpy(cpi->coding_context.last_frame_seg_map_copy,
467 cpi->coding_context.last_frame_seg_map_copy,
    [all...]

Completed in 76 milliseconds