/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/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 96 int mi_offset, int x_mis, int y_mis) { 102 VPXMIN(segment_id, segment_ids[mi_offset + y * cm->mi_cols + x]); 108 static void set_segment_id(VP9_COMMON *cm, int mi_offset, 116 cm->current_frame_seg_map[mi_offset + y * cm->mi_cols + x] = segment_id; 122 int mi_offset, int x_mis, int y_mis) { 127 current_segment_ids[mi_offset + y * cm->mi_cols + x] = last_segment_ids ? 128 last_segment_ids[mi_offset + y * cm->mi_cols + x] : 0; 131 static int read_intra_segment_id(VP9_COMMON *const cm, int mi_offset, 142 mi_offset, x_mis, y_mis); 147 set_segment_id(cm, mi_offset, x_mis, y_mis, segment_id) 156 const int mi_offset = mi_row * cm->mi_cols + mi_col; local 212 const int mi_offset = mi_row * cm->mi_cols + mi_col; local [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_mfqe.c | 222 int mi_offset, y_offset, uv_offset; local 238 mi_offset = 4; 242 mi_offset = 2; 265 if (mfqe_decision(mi + mi_offset * cm->mi_stride, mfqe_bs)) { 299 if (mfqe_decision(mi + mi_offset, mfqe_bs)) { 330 mfqe_partition(cm, mi + mi_offset, subsize, y + y_offset, u + uv_offset, 333 mfqe_partition(cm, mi + mi_offset * cm->mi_stride, subsize, 338 mfqe_partition(cm, mi + mi_offset * cm->mi_stride + mi_offset,
|
vp9_pred_common.h | 25 const int mi_offset = mi_row * cm->mi_cols + mi_col; local 35 VPXMIN(segment_id, segment_ids[mi_offset + y * cm->mi_cols + x]);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_aq_complexity.c | 118 const int mi_offset = mi_row * cm->mi_cols + mi_col; local 162 cpi->segmentation_map[mi_offset + y * cm->mi_cols + x] = segment;
|
/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]);
|
/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;
|