/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_mbgraph.c | 27 int mb_col) { in do_16x16_motion_iteration() 78 int_mv *dst_mv, int mb_row, int mb_col) { in do_16x16_motion_search() 163 int mb_col) { in update_mbgraph_mb_stats() 220 int mb_col, mb_row, offset = 0; in update_mbgraph_frame_stats() local 283 int mb_col, mb_row, offset, i; in separate_arf_mbs() local
|
H A D | vp9_firstpass.c | 515 static BLOCK_SIZE get_bsize(const VP9_COMMON *cm, int mb_row, int mb_col) { in get_bsize() 741 int mb_row, mb_col; in accumulate_floating_point_stats() local 877 const int mb_row, const int mb_col, in store_fp_motion_vector() 897 int mb_col; in vp9_first_pass_encode_tile_mb_row() local
|
/aosp_15_r20/external/libvpx/vp8/common/ |
H A D | vp8_loopfilter.c | 171 int mb_col; in vp8_loop_filter_row_normal() local 224 int mb_col; in vp8_loop_filter_row_simple() local 269 int mb_col; in vp8_loop_filter_frame() local 390 int mb_col; in vp8_loop_filter_frame_yonly() local 480 int mb_col; in vp8_loop_filter_partial_frame() local
|
H A D | debugmodes.c | 17 int mb_col; in vp8_print_modes_and_motion_vectors() local
|
H A D | threading.h | 96 int mb_col, const vpx_atomic_int *last_row_current_mb_col, in vp8_atomic_spin_wait()
|
H A D | vp8_skin_detection.c | 72 int i, j, mb_row, mb_col, num_bl; in vp8_compute_skin_map() local
|
H A D | mfqe.c | 240 int mb_col; in vp8_multiframe_quality_enhance() local
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | encodeframe.c | 95 static unsigned int mb_activity_measure(MACROBLOCK *x, int mb_row, int mb_col) { in mb_activity_measure() 174 int mb_row, mb_col; in calc_activity_index() local 236 int mb_row, mb_col; in build_activity_map() local 320 int mb_col; in encode_mb_row() local 1133 int mb_row, int mb_col) { in vp8cx_encode_inter_macroblock()
|
H A D | pickinter.c | 56 int mb_col, int channel) { in check_dot_artifact_candidate() 403 int mb_col) { in get_lower_res_motion_info() 566 int mb_col) { in vp8_pick_inter_mode()
|
H A D | segmentation.c | 15 int mb_row, mb_col; in vp8_update_gf_usage_maps() local
|
H A D | mr_dissim.c | 77 int mb_col; in vp8_cal_dissimilarity() local
|
H A D | onyx_if.c | 607 int mb_row, mb_col, num_bl; in compute_skin_map() local 4285 int mb_col; in encode_frame_to_data_rate() local 4311 int mb_col; in encode_frame_to_data_rate() local
|
H A D | bitstream.c | 447 int mb_col = -1; in pack_inter_mode_mvs() local 586 int mb_col = -1; in write_kfmodes() local
|
H A D | ethreading.c | 79 int mb_col; in thread_encoding_proc() local
|
H A D | temporal_filter.c | 192 int mb_col, mb_row; in vp8_temporal_filter_iterate_c() local
|
H A D | denoising.c | 473 loop_filter_info_n *lfi_n, int mb_row, int mb_col, in vp8_denoiser_denoise_mb()
|
/aosp_15_r20/external/libvpx/vp8/decoder/ |
H A D | error_concealment.c | 103 int mb_col, int first_blk_row, in calculate_overlaps_mb() 277 int mb_row, int mb_col, int mb_rows, in calc_prev_mb_overlaps() 295 int mb_row, mb_col; in estimate_missing_mvs() local 361 int mb_row, int mb_col, int mb_rows, in find_neighboring_blocks() 461 void vp8_interpolate_motion(MACROBLOCKD *mb, int mb_row, int mb_col, in vp8_interpolate_motion()
|
H A D | onyxd_if.c | 413 int mb_row, mb_col; in vp8dx_references_buffer() local
|
H A D | threading.c | 299 int mb_col; in mt_decode_mb_rows() local
|
H A D | decodemv.c | 528 int mb_col = -1; in vp8_decode_mode_mvs() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | temporal_filter.c | 57 int mb_col, BLOCK_SIZE block_size, double *blk_4x4_var_min, in get_log_var_4x4sub_blk() 139 const int mb_col, MV *ref_mv, in tf_motion_search() 400 const int mb_col, const int num_planes, in tf_build_predictor() 478 const int mb_row, const int mb_col, in tf_apply_temporal_filter_self() 631 const BLOCK_SIZE block_size, const int mb_row, const int mb_col, in av1_apply_temporal_filter_c() 792 const BLOCK_SIZE block_size, const int mb_row, const int mb_col, in av1_highbd_apply_temporal_filter_c() 823 const int mb_col, const int num_planes, const uint32_t *accum, in tf_normalize_filtered_frame() 893 for (int mb_col = 0; mb_col < tf_ctx->mb_cols; mb_col++) { in av1_tf_do_filtering_row() local
|
H A D | tune_vmaf.c | 29 const int mb_col, FULLPEL_MV *ref_mv) { in motion_search() 83 const int mb_row, const int mb_col, in residual_variance() 168 for (int mb_col = 0; mb_col < mb_cols; mb_col++) { in residual_frame_average_variance() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | temporal_filter_test.cc | 183 const int mb_col = 0; in RunTest() local 569 const int mb_col = 0; in RunTest() local
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | temporal_filter_neon_dotprod.c | 219 const BLOCK_SIZE block_size, const int mb_row, const int mb_col, in av1_apply_temporal_filter_neon_dotprod()
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | temporal_filter_sse2.c | 225 const BLOCK_SIZE block_size, const int mb_row, const int mb_col, in av1_apply_temporal_filter_sse2()
|