Searched refs:mb_row (Results 1 - 25 of 29) sorted by relevance

12

/external/libvpx/libvpx/vp8/common/
H A Ddebugmodes.c19 int mb_row; local
28 for (mb_row = 0; mb_row < rows; mb_row++)
47 for (mb_row = 0; mb_row < rows; mb_row++)
67 for (mb_row = 0; mb_row < rows; mb_row
[all...]
H A Dvp8_loopfilter.c198 int mb_row, int post_ystride, int post_uvstride,
237 if (mb_row > 0)
256 int mb_row, int post_ystride, int post_uvstride,
288 if (mb_row > 0)
313 int mb_row; local
338 for (mb_row = 0; mb_row < mb_rows; mb_row++)
369 if (mb_row > 0)
394 for (mb_row
197 vp8_loop_filter_row_normal(VP8_COMMON *cm, MODE_INFO *mode_info_context, int mb_row, int post_ystride, int post_uvstride, unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr) argument
255 vp8_loop_filter_row_simple(VP8_COMMON *cm, MODE_INFO *mode_info_context, int mb_row, int post_ystride, int post_uvstride, unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr) argument
456 int mb_row; local
563 int mb_row; local
[all...]
H A Dloopfilter.h100 int mb_row, int post_ystride, int post_uvstride,
106 int mb_row, int post_ystride, int post_uvstride,
H A Dmfqe.c285 int mb_row; local
303 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++)
/external/libvpx/libvpx/vp8/encoder/
H A Dsegmentation.c17 int mb_row, mb_col; local
32 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++)
H A Dpickinter.h24 int mb_row, int mb_col);
H A Dencodeframe.h27 int mb_row, int mb_col);
H A Dencodeframe.c118 int mb_row, int mb_col)
124 int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row);
209 int mb_row, mb_col; local
224 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++)
276 int mb_row, mb_col; local
281 for (mb_row = 0; mb_row < c
117 mb_activity_measure( VP8_COMP *cpi, MACROBLOCK *x, int mb_row, int mb_col) argument
363 encode_mb_row(VP8_COMP *cpi, VP8_COMMON *cm, int mb_row, MACROBLOCK *x, MACROBLOCKD *xd, TOKENEXTRA **tp, int *segment_counts, int *totalrate) argument
735 int mb_row; local
1228 vp8cx_encode_inter_macroblock( VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t, int recon_yoffset, int recon_uvoffset, int mb_row, int mb_col ) argument
[all...]
H A Dmr_dissim.c84 int mb_row; local
90 for (mb_row = 0; mb_row < cm->mb_rows; mb_row ++)
131 if(mb_row < (cm->mb_rows-1))
140 && mb_row < (cm->mb_rows-1))
160 if(mb_row < (cm->mb_rows-1))
169 && mb_row < (cm->mb_rows-1))
H A Dethreading.c63 int mb_row; local
78 for (mb_row = ithread + 1; mb_row < cm->mb_rows; mb_row += (cpi->encoding_thread_count + 1))
87 int map_index = (mb_row * cm->mb_cols);
89 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row];
92 vp8_writer *w = &cpi->bc[1 + (mb_row % num_part)];
94 tp = cpi->tok + (mb_row * (cm->mb_cols * 16 * 24));
95 cpi->tplist[mb_row].start = tp;
98 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row
[all...]
H A Ddenoising.h109 int mb_row,
H A Dbitstream.c389 int mb_row; local
395 for (mb_row = i; mb_row < cpi->common.mb_rows; mb_row += num_part)
397 const TOKENEXTRA *p = cpi->tplist[mb_row].start;
398 const TOKENEXTRA *stop = cpi->tplist[mb_row].stop;
412 int mb_row; local
414 for (mb_row = 0; mb_row < cpi->common.mb_rows; mb_row
525 int mb_row = -1; local
725 int mb_row = -1; local
[all...]
H A Dtemporal_filter.c235 int mb_col, mb_row; local
253 for (mb_row = 0; mb_row < mb_rows; mb_row++)
267 cpi->mb.mv_row_min = -((mb_row * 16) + (16 - 5));
268 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
H A Drdopt.h76 int *returnintra, int mb_row, int mb_col);
H A Dpickinter.c83 int mb_row,
92 int index = mb_row * cpi->common.mb_cols + mb_col;
511 int_mv *parent_ref_mv, int mb_row, int mb_col)
525 parent_mb_row = mb_row*cpi->oxcf.mr_down_sampling_factor.den
676 int *returndistortion, int *returnintra, int mb_row,
755 plane[LAST_FRAME][0], mb_row, mb_col, 0);
760 plane[LAST_FRAME][1], mb_row, mb_col, 1);
764 plane[LAST_FRAME][2], mb_row, mb_col, 2);
780 &parent_mode, &parent_ref_mv, mb_row, mb_col);
1386 int block_index = mb_row * cp
78 check_dot_artifact_candidate(VP8_COMP *cpi, MACROBLOCK *x, unsigned char *target_last, int stride, unsigned char* last_ref, int mb_row, int mb_col, int channel) argument
508 get_lower_res_motion_info(VP8_COMP *cpi, MACROBLOCKD *xd, int *dissim, int *parent_ref_frame, MB_PREDICTION_MODE *parent_mode, int_mv *parent_ref_mv, int mb_row, int mb_col) argument
674 vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int recon_uvoffset, int *returnrate, int *returndistortion, int *returnintra, int mb_row, int mb_col) argument
[all...]
H A Dfirstpass.c510 int mb_row, mb_col; local
580 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++)
587 xd->up_available = (mb_row != 0);
588 recon_yoffset = (mb_row * recon_y_stride * 16);
589 recon_uvoffset = (mb_row * recon_uv_stride * 8);
594 x->mv_row_min = -((mb_row * 16) + (VP8BORDERINPIXELS - 16));
595 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16);
603 int use_dc_pred = (mb_col || mb_row)
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.h34 * (mb_row, mb_col). */
36 int mb_row, int mb_col,
H A Derror_concealment.c107 * (mb_row, mb_col) in macroblocks, which are being overlapped by a given
114 int mb_row, int mb_col,
117 /* Find the blocks within this MB (defined by mb_row, mb_col) which are
122 const int rel_ol_blk_row = first_blk_row - mb_row * 4;
135 int end_row = MIN(4 + mb_row * 4 - first_blk_row, 2);
150 if (new_row < (mb_row*16)<<3)
327 int mb_row, int mb_col,
339 4 * mb_row + sub_row,
352 int mb_row, mb_col; local
355 for (mb_row
112 calculate_overlaps_mb(B_OVERLAP *b_overlaps, union b_mode_info *bmi, int new_row, int new_col, int mb_row, int mb_col, int first_blk_row, int first_blk_col) argument
326 calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, int mb_row, int mb_col, int mb_rows, int mb_cols) argument
431 find_neighboring_blocks(MODE_INFO *mi, EC_BLOCK *neighbors, int mb_row, int mb_col, int mb_rows, int mb_cols, int mi_stride) argument
558 vp8_interpolate_motion(MACROBLOCKD *mb, int mb_row, int mb_col, int mb_rows, int mb_cols, int mi_stride) argument
[all...]
H A Dthreading.c302 int mb_row; local
339 for (mb_row = start_mb_row; mb_row < pc->mb_rows; mb_row += (pbi->decoding_thread_count + 1))
347 last_mb_row = mb_row;
349 xd->current_bc = &pbi->mbc[mb_row%num_part];
351 if (mb_row > 0)
352 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1];
356 current_mb_col = &pbi->mt_current_mb_col[mb_row];
358 recon_yoffset = mb_row * recon_y_strid
[all...]
H A Ddecodeframe.c513 int mb_row, mb_col; local
555 for (mb_row = 0; mb_row < pc->mb_rows; mb_row++)
566 recon_yoffset = mb_row * recon_y_stride * 16;
567 recon_uvoffset = mb_row * recon_uv_stride * 8;
575 xd->mb_to_top_edge = -((mb_row * 16) << 3);
576 xd->mb_to_bottom_edge = ((pc->mb_rows - 1 - mb_row) * 16) << 3;
626 mb_row, mb_col,
684 if(mb_row >
[all...]
H A Donyxd_if.c441 int mb_row, mb_col; local
443 for (mb_row = 0; mb_row < oci->mb_rows; mb_row++)
H A Ddecodemv.c623 int mb_row = -1; local
632 while (++mb_row < pbi->common.mb_rows)
642 int mb_num = mb_row * pbi->common.mb_cols + mb_col;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c28 int mb_row,
72 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16);
85 int_mv *dst_mv, int mb_row, int mb_col) {
99 tmp_err = do_16x16_motion_iteration(cpi, ref_mv, &tmp_mv, mb_row, mb_col);
112 mb_row, mb_col);
177 int mb_row,
207 mb_row, mb_col);
239 int mb_col, mb_row, offset = 0; local
258 for (mb_row = 0; mb_row < c
25 do_16x16_motion_iteration(VP9_COMP *cpi, const MV *ref_mv, MV *dst_mv, int mb_row, int mb_col) argument
84 do_16x16_motion_search(VP9_COMP *cpi, const MV *ref_mv, int_mv *dst_mv, int mb_row, int mb_col) argument
168 update_mbgraph_mb_stats( VP9_COMP *cpi, MBGRAPH_MB_STATS *stats, YV12_BUFFER_CONFIG *buf, int mb_y_offset, YV12_BUFFER_CONFIG *golden_ref, const MV *prev_golden_ref_mv, YV12_BUFFER_CONFIG *alt_ref, int mb_row, int mb_col ) argument
301 int mb_col, mb_row, offset, i; local
[all...]
H A Dvp9_firstpass.c456 static BLOCK_SIZE get_bsize(const VP9_COMMON *cm, int mb_row, int mb_col) { argument
458 return 2 * mb_row + 1 < cm->mi_rows ? BLOCK_16X16
461 return 2 * mb_row + 1 < cm->mi_rows ? BLOCK_8X16
495 int mb_row, mb_col; local
634 for (mb_row = 0; mb_row < cm->mb_rows; ++mb_row) {
638 xd->up_available = (mb_row != 0);
639 recon_yoffset = (mb_row * recon_y_stride * 16);
640 recon_uvoffset = (mb_row * recon_uv_strid
[all...]
H A Dvp9_temporal_filter.c278 int mb_col, mb_row; local
313 for (mb_row = 0; mb_row < mb_rows; mb_row++) {
325 cpi->td.mb.mv_row_min = -((mb_row * 16) + (17 - 2 * VP9_INTERP_EXTEND));
326 cpi->td.mb.mv_row_max = ((mb_rows - 1 - mb_row) * 16)
377 mb_col * 16, mb_row * 16);

Completed in 168 milliseconds

12