Searched defs:mb_row (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/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 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.c65 int mb_row; local
80 for (mb_row = ithread + 1; mb_row < cm->mb_rows; mb_row += (cpi->encoding_thread_count + 1))
89 int map_index = (mb_row * cm->mb_cols);
91 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row];
94 vp8_writer *w = &cpi->bc[1 + (mb_row % num_part)];
96 tp = cpi->tok + (mb_row * (cm->mb_cols * 16 * 24));
97 cpi->tplist[mb_row].start = tp;
100 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row
[all...]
H A Dtemporal_filter.c233 int mb_col, mb_row; local
251 for (mb_row = 0; mb_row < mb_rows; mb_row++)
265 cpi->mb.mv_row_min = -((mb_row * 16) + (16 - 5));
266 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
H A Ddenoising.c494 int mb_row,
718 if (mb_row > 0) {
487 vp8_denoiser_denoise_mb(VP8_DENOISER *denoiser, MACROBLOCK *x, unsigned int best_sse, unsigned int zero_mv_sse, int recon_yoffset, int recon_uvoffset, loop_filter_info_n *lfi_n, int mb_row, int mb_col, int block_index) argument
/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 Dmr_dissim.c83 int mb_row; local
89 for (mb_row = 0; mb_row < cm->mb_rows; mb_row ++)
130 if(mb_row < (cm->mb_rows-1))
139 && mb_row < (cm->mb_rows-1))
159 if(mb_row < (cm->mb_rows-1))
168 && mb_row < (cm->mb_rows-1))
H A Dethreading.c65 int mb_row; local
80 for (mb_row = ithread + 1; mb_row < cm->mb_rows; mb_row += (cpi->encoding_thread_count + 1))
89 int map_index = (mb_row * cm->mb_cols);
91 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row];
94 vp8_writer *w = &cpi->bc[1 + (mb_row % num_part)];
96 tp = cpi->tok + (mb_row * (cm->mb_cols * 16 * 24));
97 cpi->tplist[mb_row].start = tp;
100 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row
[all...]
H A Dtemporal_filter.c232 int mb_col, mb_row; local
250 for (mb_row = 0; mb_row < mb_rows; mb_row++)
264 cpi->mb.mv_row_min = -((mb_row * 16) + (16 - 5));
265 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
/external/chromium_org/third_party/libvpx/source/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 Dloopfilter.c199 int mb_row, int post_ystride, int post_uvstride,
238 if (mb_row > 0)
257 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
198 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
256 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 Dmfqe.c284 int mb_row; local
302 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++)
/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 Dloopfilter.c199 int mb_row, int post_ystride, int post_uvstride,
238 if (mb_row > 0)
257 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
198 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
256 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 Dmfqe.c284 int mb_row; local
302 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_if.c437 int mb_row, mb_col; local
439 for (mb_row = 0; mb_row < oci->mb_rows; mb_row++)
H A Ddecodemv.c621 int mb_row = -1; local
630 while (++mb_row < pbi->common.mb_rows)
640 int mb_num = mb_row * pbi->common.mb_cols + mb_col;
H A Dthreading.c300 int mb_row; local
337 for (mb_row = start_mb_row; mb_row < pc->mb_rows; mb_row += (pbi->decoding_thread_count + 1))
345 last_mb_row = mb_row;
347 xd->current_bc = &pbi->mbc[mb_row%num_part];
349 if (mb_row > 0)
350 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1];
354 current_mb_col = &pbi->mt_current_mb_col[mb_row];
356 recon_yoffset = mb_row * recon_y_strid
[all...]
H A Ddecodeframe.c511 int mb_row, mb_col; local
553 for (mb_row = 0; mb_row < pc->mb_rows; mb_row++)
564 recon_yoffset = mb_row * recon_y_stride * 16;
565 recon_uvoffset = mb_row * recon_uv_stride * 8;
573 xd->mb_to_top_edge = -((mb_row * 16) << 3);
574 xd->mb_to_bottom_edge = ((pc->mb_rows - 1 - mb_row) * 16) << 3;
624 mb_row, mb_col,
682 if(mb_row >
[all...]
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...]
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_if.c463 int mb_row, mb_col; local
465 for (mb_row = 0; mb_row < oci->mb_rows; mb_row++)
H A Ddecodemv.c621 int mb_row = -1; local
630 while (++mb_row < pbi->common.mb_rows)
640 int mb_num = mb_row * pbi->common.mb_cols + mb_col;
H A Dthreading.c300 int mb_row; local
337 for (mb_row = start_mb_row; mb_row < pc->mb_rows; mb_row += (pbi->decoding_thread_count + 1))
345 last_mb_row = mb_row;
347 xd->current_bc = &pbi->mbc[mb_row%num_part];
349 if (mb_row > 0)
350 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1];
354 current_mb_col = &pbi->mt_current_mb_col[mb_row];
356 recon_yoffset = mb_row * recon_y_strid
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c25 int mb_row,
69 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16);
82 int_mv *dst_mv, int mb_row, int mb_col) {
96 tmp_err = do_16x16_motion_iteration(cpi, ref_mv, &tmp_mv, mb_row, mb_col);
109 mb_row, mb_col);
174 int mb_row,
204 mb_row, mb_col);
236 int mb_col, mb_row, offset = 0; local
255 for (mb_row = 0; mb_row < c
22 do_16x16_motion_iteration(VP9_COMP *cpi, const MV *ref_mv, MV *dst_mv, int mb_row, int mb_col) argument
81 do_16x16_motion_search(VP9_COMP *cpi, const MV *ref_mv, int_mv *dst_mv, int mb_row, int mb_col) argument
165 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
298 int mb_col, mb_row, offset, i; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c27 int mb_row,
67 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16);
81 int_mv *dst_mv, int mb_row, int mb_col) {
97 mb_row, mb_col);
111 mb_row, mb_col);
178 int mb_row,
208 mb_row, mb_col);
240 int mb_col, mb_row, offset = 0; local
260 for (mb_row = 0; mb_row < c
24 do_16x16_motion_iteration(VP9_COMP *cpi, const MV *ref_mv, MV *dst_mv, int mb_row, int mb_col) argument
80 do_16x16_motion_search(VP9_COMP *cpi, const int_mv *ref_mv, int_mv *dst_mv, int mb_row, int mb_col) argument
169 update_mbgraph_mb_stats( VP9_COMP *cpi, MBGRAPH_MB_STATS *stats, YV12_BUFFER_CONFIG *buf, int mb_y_offset, YV12_BUFFER_CONFIG *golden_ref, int_mv *prev_golden_ref_mv, YV12_BUFFER_CONFIG *alt_ref, int mb_row, int mb_col ) argument
307 int mb_col, mb_row, offset, i; local
[all...]

Completed in 285 milliseconds

12