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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_alloccommon.c 106 vpx_free(cm->last_frame_seg_map);
107 cm->last_frame_seg_map = NULL;
135 vpx_free(cm->last_frame_seg_map);
136 cm->last_frame_seg_map = (uint8_t *)vpx_calloc(cm->mi_rows * cm->mi_cols, 1);
137 if (!cm->last_frame_seg_map)
198 cm->last_frame_seg_map = (uint8_t *)vpx_calloc(cm->mi_rows * cm->mi_cols, 1);
199 if (!cm->last_frame_seg_map)
235 if (cm->last_frame_seg_map)
236 vpx_memset(cm->last_frame_seg_map, 0, cm->mi_rows * cm->mi_cols);
vp9_entropymode.c 442 if (cm->last_frame_seg_map)
443 vpx_memset(cm->last_frame_seg_map, 0, (cm->mi_rows * cm->mi_cols));
vp9_onyxc_int.h 157 unsigned char *last_frame_seg_map; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 67 cm->last_frame_seg_map = cm->seg_map_array[cm->prev_seg_map_idx];
83 cm->last_frame_seg_map = NULL;
182 if (cm->last_frame_seg_map && !cm->frame_parallel_decode)
183 memset(cm->last_frame_seg_map, 0, cm->mi_rows * cm->mi_cols);
193 cm->last_frame_seg_map = cm->seg_map_array[cm->prev_seg_map_idx];
vp9_entropymode.c 432 if (cm->last_frame_seg_map && !cm->frame_parallel_decode)
433 memset(cm->last_frame_seg_map, 0, (cm->mi_rows * cm->mi_cols));
vp9_onyxc_int.h 224 uint8_t *last_frame_seg_map; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/decoder/
vp9_dthread.c 153 dst_cm->last_frame_seg_map = src_cm->seg.enabled ?
154 src_cm->current_frame_seg_map : src_cm->last_frame_seg_map;
vp9_decodemv.c 141 copy_segment_id(cm, cm->last_frame_seg_map, cm->current_frame_seg_map,
167 predicted_segment_id = cm->last_frame_seg_map ?
168 dec_get_segment_id(cm, cm->last_frame_seg_map, mi_offset, x_mis, y_mis) :
172 copy_segment_id(cm, cm->last_frame_seg_map, cm->current_frame_seg_map,
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 132 const int pred_segment_id = get_segment_id(cm, cm->last_frame_seg_map,
vp9_encodeframe.c 226 : cm->last_frame_seg_map;
680 cm->last_frame_seg_map;
    [all...]
vp9_encoder.c 441 cm->last_frame_seg_map, (cm->mi_rows * cm->mi_cols));
466 memcpy(cm->last_frame_seg_map,
603 uint8_t *cache_ptr = cm->last_frame_seg_map;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 148 const int pred_segment_id = vp9_get_segment_id(cm, cm->last_frame_seg_map,
vp9_ratectrl.c 124 cm->last_frame_seg_map, (cm->mi_rows * cm->mi_cols));
144 vpx_memcpy(cm->last_frame_seg_map,
    [all...]
vp9_encodeframe.c 256 : cm->last_frame_seg_map;
864 : cm->last_frame_seg_map;
    [all...]
vp9_onyx_if.c 174 vpx_free(cm->last_frame_seg_map);
175 cm->last_frame_seg_map = NULL;
409 uint8_t *cache_ptr = cm->last_frame_seg_map;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 100 cm->last_frame_seg_map[mi_offset + y * cm->mi_cols + x] = segment_id;
131 predicted_segment_id = vp9_get_segment_id(cm, cm->last_frame_seg_map,

Completed in 438 milliseconds