HomeSort by relevance Sort by last modified time
    Searched refs:mi_col (Results 1 - 25 of 61) sorted by null

1 2 3

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.h 21 void vp9_build_inter_predictors_sby(MACROBLOCKD *xd, int mi_row, int mi_col,
24 void vp9_build_inter_predictors_sbuv(MACROBLOCKD *xd, int mi_row, int mi_col,
27 void vp9_build_inter_predictors_sb(MACROBLOCKD *xd, int mi_row, int mi_col,
30 void vp9_dec_build_inter_predictors_sb(MACROBLOCKD *xd, int mi_row, int mi_col,
51 int mi_row, int mi_col,
54 const int x = (MI_SIZE * mi_col) >> subsampling_x;
61 int mi_row, int mi_col);
64 const YV12_BUFFER_CONFIG *src, int mi_row, int mi_col,
vp9_debugmodes.c 28 int mi_col; local
39 for (mi_col = 0; mi_col < cols; mi_col++) {
52 int mi_col; local
69 for (mi_col = 0; mi_col < cols; mi_col++) {
vp9_mvref_common.h 35 int_mv *mv_ref_list, int mi_row, int mi_col);
45 int block, int ref, int mi_row, int mi_col,
vp9_onyxc_int.h 259 static INLINE void set_skip_context(MACROBLOCKD *xd, int mi_row, int mi_col) {
260 const int above_idx = mi_col * 2;
272 int mi_col, int bw,
276 xd->mb_to_left_edge = -((mi_col * MI_SIZE) * 8);
277 xd->mb_to_right_edge = ((mi_cols - bw - mi_col) * MI_SIZE) * 8;
281 xd->left_available = (mi_col > tile->mi_col_start);
300 int mi_row, int mi_col,
303 PARTITION_CONTEXT *const above_ctx = xd->above_seg_context + mi_col;
317 int mi_row, int mi_col,
319 const PARTITION_CONTEXT *above_ctx = xd->above_seg_context + mi_col;
    [all...]
vp9_mvref_common.c 178 // Checks that the given mi_row, mi_col and search point
181 int mi_col, int mi_row, int mi_rows,
184 mi_col + mi_pos->col < tile->mi_col_start ||
186 mi_col + mi_pos->col >= tile->mi_col_end);
195 int block, int mi_row, int mi_col) {
199 ? cm->prev_mi_grid_visible[mi_row * xd->mi_stride + mi_col]
217 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
237 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
263 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
290 int mi_row, int mi_col) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.h 23 int mi_row, int mi_col, vpx_reader *r,
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_complexity.h 27 int mi_row, int mi_col, int projected_rate);
vp9_pickmode.h 25 int mi_row, int mi_col, RD_COST *rd_cost,
30 int mi_row, int mi_col, RD_COST *rd_cost,
vp9_rdopt.h 44 int mi_row, int mi_col,
59 int vp9_active_v_edge(struct VP9_COMP *cpi, int mi_col, int mi_step);
60 int vp9_active_edge_sb(struct VP9_COMP *cpi, int mi_row, int mi_col);
65 int mi_row, int mi_col,
vp9_encodeframe.c 52 int mi_row, int mi_col, BLOCK_SIZE bsize,
142 int mi_row, int mi_col,
150 &last->y_buffer[mi_row * MI_SIZE * last->y_stride + mi_col * MI_SIZE];
157 int mi_col) {
159 mi_row, mi_col,
177 int mi_col) {
178 const int idx_str = xd->mi_stride * mi_row + mi_col;
181 x->mbmi_ext = x->mbmi_ext_base + (mi_row * cm->mi_cols + mi_col);
185 MACROBLOCK *const x, int mi_row, int mi_col,
194 set_skip_context(xd, mi_row, mi_col);
2780 int mi_col; local
2887 int mi_row, mi_col; local
3566 int mi_col; local
    [all...]
vp9_segmentation.c 114 int bw, int bh, int mi_row, int mi_col) {
117 if (mi_row >= cm->mi_rows || mi_col >= cm->mi_cols)
123 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
133 bsize, mi_row, mi_col);
153 int mi_row, int mi_col,
159 if (mi_row >= cm->mi_rows || mi_col >= cm->mi_cols)
167 t_unpred_seg_counts, bs, bs, mi_row, mi_col);
170 t_unpred_seg_counts, bs, hbs, mi_row, mi_col);
173 mi_row + hbs, mi_col);
176 t_unpred_seg_counts, hbs, bs, mi_row, mi_col);
204 int i, tile_col, mi_row, mi_col; local
    [all...]
vp9_encodeframe.h 35 int mi_row, int mi_col);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.h 24 int mi_row, int mi_col, vp9_reader *r);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_complexity.h 22 void vp9_select_in_frame_q_segment(struct VP9_COMP *cpi, int mi_row, int mi_col,
vp9_encodeframe.h 25 int mi_row, int mi_col);
vp9_pickmode.h 22 int mi_row, int mi_col,
vp9_encodeframe.c 77 int mi_row, int mi_col, BLOCK_SIZE bsize);
117 int mi_col,
120 int offset = (mi_row * MI_SIZE) * yv12->y_stride + (mi_col * MI_SIZE);
132 int mi_col) {
134 mi_row, mi_col,
148 int mi_col) {
150 mi_row, mi_col,
165 int mi_col) {
166 const int idx_str = xd->mi_stride * mi_row + mi_col;
171 static int is_block_in_mb_map(const VP9_COMP *cpi, int mi_row, int mi_col,
2316 int mi_col; local
2482 int mi_row, mi_col; local
3025 int mi_col; local
    [all...]
vp9_segmentation.c 128 int bw, int bh, int mi_row, int mi_col) {
133 if (mi_row >= cm->mi_rows || mi_col >= cm->mi_cols)
139 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
149 bsize, mi_row, mi_col);
169 int mi_row, int mi_col,
176 if (mi_row >= cm->mi_rows || mi_col >= cm->mi_cols)
184 t_unpred_seg_counts, bs, bs, mi_row, mi_col);
187 t_unpred_seg_counts, bs, hbs, mi_row, mi_col);
190 mi_row + hbs, mi_col);
193 t_unpred_seg_counts, hbs, bs, mi_row, mi_col);
222 int i, tile_col, mi_row, mi_col; local
    [all...]
vp9_aq_cyclicrefresh.h 30 // Prior to coding a given prediction block, of size bsize at (mi_row, mi_col),
35 int mi_row, int mi_col,
vp9_aq_complexity.c 62 int mi_row, int mi_col,
66 const int mi_offset = mi_row * cm->mi_cols + mi_col;
69 const int xmis = MIN(cm->mi_cols - mi_col, bw);
vp9_rdopt.h 47 int mi_row, int mi_col,
61 int mi_row, int mi_col,
70 int mi_row, int mi_col,
  /external/libvpx/libvpx/vp9/common/
vp9_debugmodes.c 27 int mi_row, mi_col; local
36 for (mi_col = 0; mi_col < cols; mi_col++) {
50 int mi_col; local
66 for (mi_col = 0; mi_col < cols; mi_col++) {
80 for (mi_col = 0; mi_col < cols; mi_col++)
    [all...]
vp9_reconinter.h 53 void vp9_build_inter_predictors_sby(MACROBLOCKD *xd, int mi_row, int mi_col,
56 void vp9_build_inter_predictors_sbp(MACROBLOCKD *xd, int mi_row, int mi_col,
59 void vp9_build_inter_predictors_sbuv(MACROBLOCKD *xd, int mi_row, int mi_col,
62 void vp9_build_inter_predictors_sb(MACROBLOCKD *xd, int mi_row, int mi_col,
94 int mi_row, int mi_col,
97 const int x = (MI_SIZE * mi_col) >> subsampling_x;
105 int mi_row, int mi_col);
108 const YV12_BUFFER_CONFIG *src, int mi_row, int mi_col,
vp9_loopfilter.h 97 // by mi_row, mi_col.
99 const int mi_row, const int mi_col,
116 int mi_row, int mi_col);
131 // Get the superblock lfm for a given mi_row, mi_col.
133 const int mi_row, const int mi_col) {
134 return &lf->lfm[(mi_col >> 3) + ((mi_row >> 3) * lf->lfm_stride)];
138 int mi_col, int bw, int bh);
140 const int mi_col, LOOP_FILTER_MASK *lfm);
vp9_mvref_common.c 19 int block, int mi_row, int mi_col,
28 cm->prev_frame->mvs + mi_row * cm->mi_cols + mi_col : NULL;
39 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
61 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
103 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
152 int mi_row, int mi_col,
156 mi_row, mi_col, sync, data, mode_context);
183 int block, int ref, int mi_row, int mi_col,
194 mi_row, mi_col, NULL, NULL, mode_context);

Completed in 1069 milliseconds

1 2 3