/external/libvpx/libvpx/vp8/common/ |
D | debugmodes.c | 20 int mb_col; in vp8_print_modes_and_motion_vectors() local 30 for (mb_col = 0; mb_col < cols; mb_col++) in vp8_print_modes_and_motion_vectors() 49 for (mb_col = 0; mb_col < cols; mb_col++) in vp8_print_modes_and_motion_vectors() 69 for (mb_col = 0; mb_col < cols; mb_col++) in vp8_print_modes_and_motion_vectors() 116 for (mb_col = 0; mb_col < cols; mb_col++) in vp8_print_modes_and_motion_vectors()
|
D | vp8_loopfilter.c | 202 int mb_col; in vp8_loop_filter_row_normal() local 208 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) in vp8_loop_filter_row_normal() 228 if (mb_col > 0) in vp8_loop_filter_row_normal() 260 int mb_col; in vp8_loop_filter_row_simple() local 265 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) in vp8_loop_filter_row_simple() 279 if (mb_col > 0) in vp8_loop_filter_row_simple() 314 int mb_col; in vp8_loop_filter_frame() local 340 for (mb_col = 0; mb_col < mb_cols; mb_col++) in vp8_loop_filter_frame() 360 if (mb_col > 0) in vp8_loop_filter_frame() 396 for (mb_col = 0; mb_col < mb_cols; mb_col++) in vp8_loop_filter_frame() [all …]
|
D | mfqe.c | 286 int mb_col; in vp8_multiframe_quality_enhance() local 305 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) in vp8_multiframe_quality_enhance()
|
/external/webrtc/webrtc/modules/video_processing/ |
D | video_denoiser.cc | 27 for (int mb_col = 1; mb_col < mb_cols - 1; ++mb_col) { in TrailingReduction() local 28 int mb_index = mb_row * mb_cols + mb_col; in TrailingReduction() 29 uint8_t* mb_dst = y_dst + (mb_row << 4) * stride_y + (mb_col << 4); in TrailingReduction() 30 const uint8_t* mb_src = y_src + (mb_row << 4) * stride_y + (mb_col << 4); in TrailingReduction() 94 for (int mb_col = 0; mb_col < mb_cols; ++mb_col) { in DenoiseFrame() local 95 const uint8_t* mb_src = y_src + (mb_row << 4) * stride_y + (mb_col << 4); in DenoiseFrame() 96 uint8_t* mb_dst = y_dst + (mb_row << 4) * stride_y + (mb_col << 4); in DenoiseFrame() 97 int mb_index = mb_row * mb_cols + mb_col; in DenoiseFrame() 108 y_src, u_src, v_src, stride_y, stride_u, stride_v, mb_row, mb_col); in DenoiseFrame() 127 u_src + (mb_row << 3) * stride_u + (mb_col << 3); in DenoiseFrame() [all …]
|
/external/libvpx/libvpx/vp8/decoder/ |
D | error_concealment.c | 115 int mb_row, int mb_col, in calculate_overlaps_mb() argument 124 const int rel_ol_blk_col = first_blk_col - mb_col * 4; in calculate_overlaps_mb() 137 int end_col = VPXMIN(4 + mb_col * 4 - first_blk_col, 2); in calculate_overlaps_mb() 153 if (new_col < (mb_col*16)<<3) in calculate_overlaps_mb() 328 int mb_row, int mb_col, in calc_prev_mb_overlaps() argument 341 4 * mb_col + sub_col); in calc_prev_mb_overlaps() 353 int mb_row, mb_col; in estimate_missing_mvs() local 358 for (mb_col = 0; mb_col < mb_cols; ++mb_col) in estimate_missing_mvs() 366 mb_row, mb_col, in estimate_missing_mvs() 375 mb_col = first_corrupt - mb_row * mb_cols; in estimate_missing_mvs() [all …]
|
D | threading.c | 343 int mb_col; in mt_decode_mb_rows() local 408 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++) in mt_decode_mb_rows() 410 *current_mb_col = mb_col - 1; in mt_decode_mb_rows() 412 if ((mb_col & (nsync - 1)) == 0) in mt_decode_mb_rows() 414 while (mb_col > (*last_row_current_mb_col - nsync)) in mt_decode_mb_rows() 425 xd->mb_to_left_edge = -((mb_col * 16) << 3); in mt_decode_mb_rows() 426 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; in mt_decode_mb_rows() 451 mb_row, mb_col, in mt_decode_mb_rows() 503 …memcpy((pbi->mt_yabove_row[mb_row + 1] + 32 + mb_col*16), (xd->dst.y_buffer + 15 * recon_y_stride)… in mt_decode_mb_rows() 504 …memcpy((pbi->mt_uabove_row[mb_row + 1] + 16 + mb_col*8), (xd->dst.u_buffer + 7 * recon_uv_stride),… in mt_decode_mb_rows() [all …]
|
D | onyxd_if.c | 457 int mb_row, mb_col; in vp8dx_references_buffer() local 461 for (mb_col = 0; mb_col < oci->mb_cols; mb_col++,mi++) in vp8dx_references_buffer()
|
D | error_concealment.h | 36 int mb_row, int mb_col,
|
D | decodeframe.c | 514 int mb_row, mb_col; in decode_mb_rows() local 599 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++) in decode_mb_rows() 605 xd->mb_to_left_edge = -((mb_col * 16) << 3); in decode_mb_rows() 606 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; in decode_mb_rows() 627 mb_row, mb_col, in decode_mb_rows()
|
D | decodemv.c | 634 int mb_col = -1; in vp8_decode_mode_mvs() local 639 while (++mb_col < pbi->common.mb_cols) in vp8_decode_mode_mvs() 642 int mb_num = mb_row * pbi->common.mb_cols + mb_col; in vp8_decode_mode_mvs()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | ethreading.c | 82 int mb_col; in thread_encoding_proc() local 114 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) in thread_encoding_proc() 116 *current_mb_col = mb_col - 1; in thread_encoding_proc() 118 if ((mb_col & (nsync - 1)) == 0) in thread_encoding_proc() 120 while (mb_col > (*last_row_current_mb_col - nsync)) in thread_encoding_proc() 135 xd->mb_to_left_edge = -((mb_col * 16) << 3); in thread_encoding_proc() 136 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; in thread_encoding_proc() 143 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16)); in thread_encoding_proc() 144 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16); in thread_encoding_proc() 151 xd->left_available = (mb_col != 0); in thread_encoding_proc() [all …]
|
D | encodeframe.c | 118 int mb_row, int mb_col) in mb_activity_measure() argument 124 int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row); in mb_activity_measure() 209 int mb_row, mb_col; in calc_activity_index() local 227 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) in calc_activity_index() 276 int mb_row, mb_col; in build_activity_map() local 289 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) in build_activity_map() 293 xd->left_available = (mb_col != 0); in build_activity_map() 300 mb_activity = mb_activity_measure( cpi, x, mb_row, mb_col ); in build_activity_map() 373 int mb_col; in encode_mb_row() local 432 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) in encode_mb_row() [all …]
|
D | mr_dissim.c | 86 int mb_col; in vp8_cal_dissimilarity() local 94 for (mb_col = 0; mb_col < cm->mb_cols; mb_col ++) in vp8_cal_dissimilarity() 124 if(mb_col < (cm->mb_cols-1)) in vp8_cal_dissimilarity() 140 if(mb_col < (cm->mb_cols-1) in vp8_cal_dissimilarity() 153 if(mb_col < (cm->mb_cols-1)) in vp8_cal_dissimilarity() 169 if(mb_col < (cm->mb_cols-1) in vp8_cal_dissimilarity()
|
D | segmentation.c | 17 int mb_row, mb_col; in vp8_update_gf_useage_maps() local 35 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) in vp8_update_gf_useage_maps()
|
D | temporal_filter.c | 235 int mb_col, mb_row; in vp8_temporal_filter_iterate_c() local 272 for (mb_col = 0; mb_col < mb_cols; mb_col++) in vp8_temporal_filter_iterate_c() 281 cpi->mb.mv_col_min = -((mb_col * 16) + (16 - 5)); in vp8_temporal_filter_iterate_c() 282 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16) in vp8_temporal_filter_iterate_c()
|
D | pickinter.c | 86 int mb_col, in check_dot_artifact_candidate() argument 94 int index = mb_row * cpi->common.mb_cols + mb_col; in check_dot_artifact_candidate() 513 int_mv *parent_ref_mv, int mb_row, int mb_col) in get_lower_res_motion_info() argument 529 parent_mb_col = mb_col*cpi->oxcf.mr_down_sampling_factor.den in get_lower_res_motion_info() 679 int mb_col) in vp8_pick_inter_mode() argument 757 plane[LAST_FRAME][0], mb_row, mb_col, 0); in vp8_pick_inter_mode() 762 plane[LAST_FRAME][1], mb_row, mb_col, 1); in vp8_pick_inter_mode() 766 plane[LAST_FRAME][2], mb_row, mb_col, 2); in vp8_pick_inter_mode() 782 &parent_mode, &parent_ref_mv, mb_row, mb_col); in vp8_pick_inter_mode() 1398 int block_index = mb_row * cpi->common.mb_cols + mb_col; in vp8_pick_inter_mode() [all …]
|
D | pickinter.h | 24 int mb_row, int mb_col);
|
D | encodeframe.h | 27 int mb_row, int mb_col);
|
D | denoising.h | 110 int mb_col,
|
D | firstpass.c | 510 int mb_row, mb_col; in vp8_first_pass() local 599 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) in vp8_first_pass() 603 int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row); in vp8_first_pass() 608 xd->left_available = (mb_col != 0); in vp8_first_pass() 633 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16)); in vp8_first_pass() 634 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16); in vp8_first_pass() 757 if (mb_col < cm->mb_cols / 2) in vp8_first_pass() 764 else if (mb_col > cm->mb_cols / 2) in vp8_first_pass()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mbgraph.c | 30 int mb_col) { in do_16x16_motion_iteration() argument 75 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16); in do_16x16_motion_iteration() 88 int_mv *dst_mv, int mb_row, int mb_col) { in do_16x16_motion_search() argument 102 tmp_err = do_16x16_motion_iteration(cpi, ref_mv, &tmp_mv, mb_row, mb_col); in do_16x16_motion_search() 115 mb_row, mb_col); in do_16x16_motion_search() 181 int mb_col in update_mbgraph_mb_stats() argument 210 mb_row, mb_col); in update_mbgraph_mb_stats() 242 int mb_col, mb_row, offset = 0; in update_mbgraph_frame_stats() local 273 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) { in update_mbgraph_frame_stats() 274 MBGRAPH_MB_STATS *mb_stats = &stats->mb_stats[offset + mb_col]; in update_mbgraph_frame_stats() [all …]
|
D | vp9_temporal_filter.c | 281 int mb_col, mb_row; in temporal_filter_iterate_c() local 332 for (mb_col = 0; mb_col < mb_cols; mb_col++) { in temporal_filter_iterate_c() 339 cpi->td.mb.mv_col_min = -((mb_col * 16) + (17 - 2 * VP9_INTERP_EXTEND)); in temporal_filter_iterate_c() 340 cpi->td.mb.mv_col_max = ((mb_cols - 1 - mb_col) * 16) in temporal_filter_iterate_c() 380 mb_col * 16, mb_row * 16); in temporal_filter_iterate_c()
|
D | vp9_firstpass.c | 457 static BLOCK_SIZE get_bsize(const VP9_COMMON *cm, int mb_row, int mb_col) { in get_bsize() argument 458 if (2 * mb_col + 1 < cm->mi_cols) { in get_bsize() 496 int mb_row, mb_col; in vp9_first_pass() local 649 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) { in vp9_first_pass() 651 const int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row); in vp9_first_pass() 652 const BLOCK_SIZE bsize = get_bsize(cm, mb_row, mb_col); in vp9_first_pass() 657 const int mb_index = mb_row * cm->mb_cols + mb_col; in vp9_first_pass() 665 xd->left_available = (mb_col != 0); in vp9_first_pass() 670 mb_col << 1, num_8x8_blocks_wide_lookup[bsize], in vp9_first_pass() 688 } else if ((mb_col > 0) && (image_data_start_row == INVALID_ROW)) { in vp9_first_pass() [all …]
|
/external/webrtc/webrtc/modules/video_processing/util/ |
D | skin_detection.cc | 50 const int mb_col) { in MbHasSkinColor() argument 51 const uint8_t* y = y_src + ((mb_row << 4) + 8) * stride_y + (mb_col << 4) + 8; in MbHasSkinColor() 52 const uint8_t* u = u_src + ((mb_row << 3) + 4) * stride_u + (mb_col << 3) + 4; in MbHasSkinColor() 53 const uint8_t* v = v_src + ((mb_row << 3) + 4) * stride_v + (mb_col << 3) + 4; in MbHasSkinColor()
|
D | skin_detection.h | 24 const int mb_col);
|