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

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_debugmodes.c 27 int mi_row, mi_col; local
39 for (mi_col = 0; mi_col < cols; mi_col++) {
52 int mi_col; local
70 for (mi_col = 0; mi_col < cols; mi_col++) {
vp9_loopfilter.c 619 // by mi_row, mi_col.
621 void vp9_setup_mask(VP9_COMMON *const cm, const int mi_row, const int mi_col,
651 const int max_cols = (mi_col + MI_BLOCK_SIZE > cm->mi_cols ?
652 cm->mi_cols - mi_col : MI_BLOCK_SIZE);
812 if (mi_col + MI_BLOCK_SIZE > cm->mi_cols) {
813 const uint64_t columns = cm->mi_cols - mi_col;
847 if (mi_col == 0) {
1204 int mi_row, mi_col; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
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_loopfilter.c 619 // by mi_row, mi_col.
621 void vp9_setup_mask(VP9_COMMON *const cm, const int mi_row, const int mi_col,
651 const int max_cols = (mi_col + MI_BLOCK_SIZE > cm->mi_cols ?
652 cm->mi_cols - mi_col : MI_BLOCK_SIZE);
811 if (mi_col + MI_BLOCK_SIZE > cm->mi_cols) {
812 const uint64_t columns = cm->mi_cols - mi_col;
845 if (mi_col == 0) {
1198 int mi_row, mi_col; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
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_loopfilter.c 619 // by mi_row, mi_col.
621 void vp9_setup_mask(VP9_COMMON *const cm, const int mi_row, const int mi_col,
651 const int max_cols = (mi_col + MI_BLOCK_SIZE > cm->mi_cols ?
652 cm->mi_cols - mi_col : MI_BLOCK_SIZE);
811 if (mi_col + MI_BLOCK_SIZE > cm->mi_cols) {
812 const uint64_t columns = cm->mi_cols - mi_col;
845 if (mi_col == 0) {
1198 int mi_row, mi_col; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_dthread.c 105 const int mi_col = c << MI_BLOCK_SIZE_LOG2; local
111 vp9_setup_dst_planes(planes, frame_buffer, mi_row, mi_col);
112 vp9_setup_mask(cm, mi_row, mi_col, mi + mi_col, cm->mi_stride, &lfm);
vp9_decodeframe.c 300 BLOCK_SIZE bsize, int mi_row, int mi_col) {
303 const int x_mis = MIN(bw, cm->mi_cols - mi_col);
305 const int offset = mi_row * cm->mi_stride + mi_col;
317 set_skip_context(xd, mi_row, mi_col);
321 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
323 vp9_setup_dst_planes(xd->plane, get_frame_new_buffer(cm), mi_row, mi_col);
328 int idx, int mi_row, int mi_col) {
338 vp9_setup_pre_planes(xd, idx, ref_buffer->buf, mi_row, mi_col,
345 int mi_row, int mi_col,
348 MB_MODE_INFO *mbmi = set_offsets(cm, xd, tile, bsize, mi_row, mi_col);
842 int mi_row, mi_col; local
967 int mi_row, mi_col; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_dthread.c 105 const int mi_col = c << MI_BLOCK_SIZE_LOG2; local
110 vp9_setup_dst_planes(xd, frame_buffer, mi_row, mi_col);
111 vp9_setup_mask(cm, mi_row, mi_col, mi_8x8 + mi_col, cm->mi_stride, &lfm);
vp9_decodeframe.c 296 BLOCK_SIZE bsize, int mi_row, int mi_col) {
299 const int x_mis = MIN(bw, cm->mi_cols - mi_col);
301 const int offset = mi_row * cm->mi_stride + mi_col;
311 set_skip_context(xd, mi_row, mi_col);
315 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
317 vp9_setup_dst_planes(xd, get_frame_new_buffer(cm), mi_row, mi_col);
322 int idx, int mi_row, int mi_col) {
329 vp9_setup_pre_planes(xd, idx, ref_buffer->buf, mi_row, mi_col,
336 int mi_row, int mi_col,
339 MB_MODE_INFO *mbmi = set_offsets(cm, xd, tile, bsize, mi_row, mi_col);
678 int mi_row, mi_col; local
840 int mi_row, mi_col; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_dthread.c 105 const int mi_col = c << MI_BLOCK_SIZE_LOG2; local
110 vp9_setup_dst_planes(xd, frame_buffer, mi_row, mi_col);
111 vp9_setup_mask(cm, mi_row, mi_col, mi_8x8 + mi_col, cm->mi_stride, &lfm);
vp9_decodeframe.c 298 BLOCK_SIZE bsize, int mi_row, int mi_col) {
301 const int x_mis = MIN(bw, cm->mi_cols - mi_col);
303 const int offset = mi_row * cm->mi_stride + mi_col;
313 set_skip_context(xd, mi_row, mi_col);
317 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
319 vp9_setup_dst_planes(xd, get_frame_new_buffer(cm), mi_row, mi_col);
324 int idx, int mi_row, int mi_col) {
331 vp9_setup_pre_planes(xd, idx, ref_buffer->buf, mi_row, mi_col,
338 int mi_row, int mi_col,
341 MB_MODE_INFO *mbmi = set_offsets(cm, xd, tile, bsize, mi_row, mi_col);
680 int mi_row, mi_col; local
842 int mi_row, mi_col; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 124 // Prior to coding a given prediction block, of size bsize at (mi_row, mi_col),
129 int mi_row, int mi_col,
135 const int xmis = MIN(cm->mi_cols - mi_col, bw);
137 const int block_index = mi_row * cm->mi_cols + mi_col;
270 // Get the mi_row/mi_col corresponding to superblock index i.
274 int mi_col = sb_col_index * MI_BLOCK_SIZE; local
276 assert(mi_col >= 0 && mi_col < cm->mi_cols);
277 bl_index = mi_row * cm->mi_cols + mi_col;
279 xmis = MIN(cm->mi_cols - mi_col,
    [all...]
vp9_mbgraph.c 299 int mi_row, mi_col; local
339 for (mi_col = 0; mi_col < cm->mi_cols; mi_col++) {
342 if (arf_not_zz[mi_row / 2 * cm->mb_cols + mi_col / 2]) {
344 cpi->segmentation_map[mi_row * cm->mi_cols + mi_col] = 0;
346 cpi->segmentation_map[mi_row * cm->mi_cols + mi_col] = 1;
vp9_segmentation.c 118 int bw, int bh, int mi_row, int mi_col) {
121 if (mi_row >= cm->mi_rows || mi_col >= cm->mi_cols)
127 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
137 bsize, mi_row, mi_col);
157 int mi_row, int mi_col,
163 if (mi_row >= cm->mi_rows || mi_col >= cm->mi_cols)
171 t_unpred_seg_counts, bs, bs, mi_row, mi_col);
174 t_unpred_seg_counts, bs, hbs, mi_row, mi_col);
177 mi_row + hbs, mi_col);
180 t_unpred_seg_counts, hbs, bs, mi_row, mi_col);
208 int i, tile_col, mi_row, mi_col; local
    [all...]
vp9_bitstream.c 371 int mi_row, int mi_col) {
376 xd->mi = cm->mi + (mi_row * cm->mi_stride + mi_col);
381 mi_col, num_8x8_blocks_wide_lookup[m->mbmi.sb_type],
395 int hbs, int mi_row, int mi_col,
397 const int ctx = partition_plane_context(xd, mi_row, mi_col, bsize);
400 const int has_cols = (mi_col + hbs) < cm->mi_cols;
418 int mi_row, int mi_col, BLOCK_SIZE bsize) {
428 if (mi_row >= cm->mi_rows || mi_col >= cm->mi_cols)
431 m = cm->mi[mi_row * cm->mi_stride + mi_col].src_mi;
434 write_partition(cm, xd, bs, mi_row, mi_col, partition, bsize, w)
476 int mi_row, mi_col; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 125 // Prior to coding a given prediction block, of size bsize at (mi_row, mi_col),
130 int mi_row, int mi_col,
136 const int xmis = MIN(cm->mi_cols - mi_col, bw);
138 const int block_index = mi_row * cm->mi_cols + mi_col;
270 // Get the mi_row/mi_col corresponding to superblock index i.
274 int mi_col = sb_col_index * MI_BLOCK_SIZE; local
276 assert(mi_col >= 0 && mi_col < cm->mi_cols);
277 bl_index = mi_row * cm->mi_cols + mi_col;
279 xmis = MIN(cm->mi_cols - mi_col,
    [all...]
vp9_mbgraph.c 308 int mi_row, mi_col; local
348 for (mi_col = 0; mi_col < cm->mi_cols; mi_col++) {
351 if (arf_not_zz[mi_row / 2 * cm->mb_cols + mi_col / 2]) {
353 cpi->segmentation_map[mi_row * cm->mi_cols + mi_col] = 0;
355 cpi->segmentation_map[mi_row * cm->mi_cols + mi_col] = 1;
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_bitstream.c 373 int mi_row, int mi_col) {
378 xd->mi = cm->mi_grid_visible + (mi_row * cm->mi_stride + mi_col);
383 mi_col, num_8x8_blocks_wide_lookup[m->mbmi.sb_type],
396 int hbs, int mi_row, int mi_col,
398 const int ctx = partition_plane_context(xd, mi_row, mi_col, bsize);
401 const int has_cols = (mi_col + hbs) < cm->mi_cols;
419 int mi_row, int mi_col, BLOCK_SIZE bsize) {
427 MODE_INFO *m = cm->mi_grid_visible[mi_row * cm->mi_stride + mi_col];
429 if (mi_row >= cm->mi_rows || mi_col >= cm->mi_cols)
433 write_partition(cm, xd, bs, mi_row, mi_col, partition, bsize, w)
475 int mi_row, mi_col; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 125 // Prior to coding a given prediction block, of size bsize at (mi_row, mi_col),
130 int mi_row, int mi_col,
136 const int xmis = MIN(cm->mi_cols - mi_col, bw);
138 const int block_index = mi_row * cm->mi_cols + mi_col;
270 // Get the mi_row/mi_col corresponding to superblock index i.
274 int mi_col = sb_col_index * MI_BLOCK_SIZE; local
276 assert(mi_col >= 0 && mi_col < cm->mi_cols);
277 bl_index = mi_row * cm->mi_cols + mi_col;
279 xmis = MIN(cm->mi_cols - mi_col,
    [all...]
vp9_mbgraph.c 308 int mi_row, mi_col; local
348 for (mi_col = 0; mi_col < cm->mi_cols; mi_col++) {
351 if (arf_not_zz[mi_row / 2 * cm->mb_cols + mi_col / 2]) {
353 cpi->segmentation_map[mi_row * cm->mi_cols + mi_col] = 0;
355 cpi->segmentation_map[mi_row * cm->mi_cols + mi_col] = 1;
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_bitstream.c 373 int mi_row, int mi_col) {
378 xd->mi = cm->mi_grid_visible + (mi_row * cm->mi_stride + mi_col);
383 mi_col, num_8x8_blocks_wide_lookup[m->mbmi.sb_type],
396 int hbs, int mi_row, int mi_col,
398 const int ctx = partition_plane_context(xd, mi_row, mi_col, bsize);
401 const int has_cols = (mi_col + hbs) < cm->mi_cols;
419 int mi_row, int mi_col, BLOCK_SIZE bsize) {
427 MODE_INFO *m = cm->mi_grid_visible[mi_row * cm->mi_stride + mi_col];
429 if (mi_row >= cm->mi_rows || mi_col >= cm->mi_cols)
433 write_partition(cm, xd, bs, mi_row, mi_col, partition, bsize, w)
475 int mi_row, mi_col; local
    [all...]
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...]

Completed in 779 milliseconds

1 2