HomeSort by relevance Sort by last modified time
    Searched full:mi_offset (Results 1 - 12 of 12) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_complexity.c 65 const int mi_offset = mi_row * cm->mi_cols + mi_col; local
98 cpi->segmentation_map[mi_offset + y * cm->mi_cols + x] = segment;
99 cpi->complexity_map[mi_offset + y * cm->mi_cols + x] =
vp9_encodeframe.c 1045 const int mi_offset = mi_row * cm->mi_cols + mi_col; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_complexity.c 66 const int mi_offset = mi_row * cm->mi_cols + mi_col; local
99 cpi->segmentation_map[mi_offset + y * cm->mi_cols + x] = segment;
100 cpi->complexity_map[mi_offset + y * cm->mi_cols + x] =
vp9_encodeframe.c 1061 const int mi_offset = mi_row * cm->mi_cols + mi_col; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_complexity.c 102 const int mi_offset = mi_row * cm->mi_cols + mi_col; local
146 cpi->segmentation_map[mi_offset + y * cm->mi_cols + x] = segment;
147 cpi->complexity_map[mi_offset + y * cm->mi_cols + x] =
vp9_encodeframe.c 760 const int mi_offset = mi_row * cm->mi_cols + mi_col; local
761 unsigned char complexity = cpi->complexity_map[mi_offset];
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_pred_common.c 371 const int mi_offset = mi_row * cm->mi_cols + mi_col; local
381 segment_ids[mi_offset + y * cm->mi_cols + x]);
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.c 371 const int mi_offset = mi_row * cm->mi_cols + mi_col; local
381 segment_ids[mi_offset + y * cm->mi_cols + x]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.c 371 const int mi_offset = mi_row * cm->mi_cols + mi_col; local
381 segment_ids[mi_offset + y * cm->mi_cols + x]);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c 88 const int mi_offset = mi_row * cm->mi_cols + mi_col; local
99 cm->last_frame_seg_map[mi_offset + y * cm->mi_cols + x] = segment_id;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 89 const int mi_offset = mi_row * cm->mi_cols + mi_col; local
100 cm->last_frame_seg_map[mi_offset + y * cm->mi_cols + x] = segment_id;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 89 const int mi_offset = mi_row * cm->mi_cols + mi_col; local
100 cm->last_frame_seg_map[mi_offset + y * cm->mi_cols + x] = segment_id;

Completed in 937 milliseconds