Home
last modified time | relevance | path

Searched refs:mi_col (Results 1 – 25 of 1277) sorted by relevance

12345678910>>...52

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dthread_common.c149 int mi_row, mi_col; in loop_filter_ver_row_worker() local
158 for (mi_col = 0; mi_col < lf_data->cm->mi_cols; in loop_filter_ver_row_worker()
165 av1_setup_mask(lf_data->cm, mi_row, mi_col, mi + mi_col, in loop_filter_ver_row_worker()
171 mi + mi_col, mi_row, mi_col, plane); in loop_filter_ver_row_worker()
176 mi + mi_col, mi_row, mi_col, path, &lfm); in loop_filter_ver_row_worker()
188 int mi_row, mi_col; in loop_filter_hor_row_worker() local
198 for (mi_col = 0; mi_col < lf_data->cm->mi_cols; in loop_filter_hor_row_worker()
211 av1_setup_mask(lf_data->cm, mi_row, mi_col, mi + mi_col, in loop_filter_hor_row_worker()
233 int mi_row, mi_col; in loop_filter_row_worker() local
250 for (mi_col = 0; mi_col < lf_data->cm->mi_cols; in loop_filter_row_worker()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dencodeframe.c329 xd->cfl->mi_col = mi_col; in set_offsets()
1420 mbmi->mi_col = mi_col; in rd_pick_sb_modes()
2832 (mi_col + bs < cm->mi_cols || mi_col + hbs == cm->mi_cols)) { in rd_use_partition()
4612 int mi_col; in encode_rd_sb_row() local
4637 for (mi_col = tile_info->mi_col_start; mi_col < tile_info->mi_col_end; in encode_rd_sb_row()
4813 int mi_row, mi_col; in reset_skip_tx_size() local
4818 for (mi_col = 0; mi_col < cm->mi_cols; ++mi_col) { in reset_skip_tx_size()
5991 (void)mi_col; in sum_intra_stats()
7216 mi_col + mode_offset_col, mi_row, mi_col, in predict_sb_complex()
7321 predict_b_extend(cpi, td, tile, 0, mi_row, mi_col, mi_row, mi_col, in predict_sb_complex()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dpartition_strategy.h49 int mi_col, BLOCK_SIZE bsize, int *partition_none_allowed,
72 int mi_row, int mi_col,
81 int mi_row, int mi_col,
94 int mi_col,
127 int mi_col);
148 set_mode_info_offsets(cpi, x, xd, mi_row, mi_col); in set_offsets_for_motion_search()
162 xd->mi_col = mi_col; in set_offsets_for_motion_search()
169 xd->mb_to_left_edge = -GET_MV_SUBPEL(mi_col * MI_SIZE); in set_offsets_for_motion_search()
171 GET_MV_SUBPEL((cm->mi_cols - mi_width - mi_col) * MI_SIZE); in set_offsets_for_motion_search()
199 (mi_col + sb_mi_wide) <= cm->mi_cols; in is_full_sb()
[all …]
H A Dmv_prec.c178 int mi_col) { in collect_mv_stats_b() argument
181 if (mi_row >= cm->mi_rows || mi_col >= cm->mi_cols) { in collect_mv_stats_b()
227 const int px_row = 4 * mi_row, px_col = 4 * mi_col; in collect_mv_stats_b()
277 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
280 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
284 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
294 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
299 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
304 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
321 const int this_mi_col = mi_col + i * qbs; in collect_mv_stats_sb()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dallintra_vis.c54 for (int col = mi_col; col < mi_col + mi_wide; col += mi_step) { in get_satd()
82 for (int col = mi_col; col < mi_col + mi_wide; col += mi_step) { in get_sse()
109 for (int col = mi_col; col < mi_col + mi_wide; col += mi_step) { in get_max_scale()
137 for (int col = mi_col; col < mi_col + mi_wide; col += mi_step) { in get_window_wiener_var()
182 if (mi_col >= (mi_wide / 2)) { in get_var_perceptual_ai()
226 int mi_row, mi_col; in av1_set_mb_wiener_variance() local
238 for (mi_col = 0; mi_col < cpi->frame_info.mi_cols; mi_col += mb_step) { in av1_set_mb_wiener_variance()
387 for (mi_col = 0; mi_col < cm->mi_params.mi_cols; mi_col += sb_step) { in av1_set_mb_wiener_variance()
406 for (mi_col = 0; mi_col < cm->mi_params.mi_cols; mi_col += sb_step) { in av1_set_mb_wiener_variance()
498 mi_col < mi_params->mi_cols && mi_col < (col + 1) * num_mi_w; in av1_set_mb_ur_variance()
[all …]
H A Dpartition_strategy.h56 int mi_row, int mi_col,
140 int mi_row, int mi_col, in set_offsets_for_motion_search() argument
150 mi_row, mi_col); in set_offsets_for_motion_search()
164 xd->mi_col = mi_col; in set_offsets_for_motion_search()
167 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1))); in set_offsets_for_motion_search()
171 xd->mb_to_left_edge = -GET_MV_SUBPEL(mi_col * MI_SIZE); in set_offsets_for_motion_search()
183 int mi_row, int mi_col);
191 (mi_col + sb_mi_wide) <= mi_params->mi_cols; in is_full_sb()
200 int mi_col) { in use_auto_max_partition() argument
208 is_full_sb(&cm->mi_params, mi_row, mi_col, sb_size) && in use_auto_max_partition()
[all …]
H A Dmv_prec.c175 int mi_col) { in collect_mv_stats_b() argument
228 const int px_row = 4 * mi_row, px_col = 4 * mi_col; in collect_mv_stats_b()
279 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
282 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
286 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
296 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
301 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
306 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
311 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
323 const int this_mi_col = mi_col + i * qbs; in collect_mv_stats_sb()
[all …]
H A Dpartition_search.c396 const int mi_col = xd->mi_col; in encode_superblock() local
831 mbmi->mi_col = mi_col; in pick_sb_modes()
2700 blk_params->mi_col = mi_col; in init_partition_search_state_params()
3036 const int mi_col = blk_params.mi_col; in rd_pick_ab_part() local
3146 const int mi_col = blk_params.mi_col; in ab_partitions_search() local
3540 const int mi_col = blk_params.mi_col; in prune_partitions_after_split() local
3585 const int mi_col = blk_params.mi_col; in none_partition_search() local
3676 const int mi_col = blk_params.mi_col; in split_partition_search() local
4164 features.mi_col = mi_col; in ml_partition_search_whole_tree()
4219 features.mi_col = mi_col; in recursive_partition()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecNbr.c19 void update_block_nbrs(EbDecHandle *dec_handle, ParseCtxt *parse_ctx, int mi_row, int mi_col, in update_block_nbrs() argument
30 assert(mi_col >= 0); in update_block_nbrs()
31 assert(mi_col + bw4 <= frame_mi_map->mi_cols_algnsb); in update_block_nbrs()
35 for (int j = mi_col; j < mi_col + bw4; j++) p_mi_offset[j] = offset; in update_block_nbrs()
39 BlockModeInfo *get_cur_mode_info(void *pv_dec_handle, int mi_row, int mi_col, SBInfo *sb_info) { in get_cur_mode_info() argument
44 int32_t cur_sb_col = mi_col >> (frame_mi_map->sb_size_log2 - MI_SIZE_LOG2); in get_cur_mode_info()
47 int32_t offset = *(frame_mi_map->p_mi_offset + mi_row * frame_mi_map->mi_cols_algnsb + mi_col); in get_cur_mode_info()
52 BlockModeInfo *get_left_mode_info(EbDecHandle *dec_handle, int mi_row, int mi_col, in get_left_mode_info() argument
55 return get_cur_mode_info(dec_handle, mi_row, mi_col - 1, NULL); in get_left_mode_info()
59 BlockModeInfo *get_top_mode_info(EbDecHandle *dec_handle, int mi_row, int mi_col, SBInfo *sb_info) { in get_top_mode_info() argument
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecNbr.c19 void update_block_nbrs(EbDecHandle *dec_handle, ParseCtxt *parse_ctx, int mi_row, int mi_col, in update_block_nbrs() argument
30 assert(mi_col >= 0); in update_block_nbrs()
31 assert(mi_col + bw4 <= frame_mi_map->mi_cols_algnsb); in update_block_nbrs()
35 for (int j = mi_col; j < mi_col + bw4; j++) p_mi_offset[j] = offset; in update_block_nbrs()
39 BlockModeInfo *get_cur_mode_info(void *pv_dec_handle, int mi_row, int mi_col, SBInfo *sb_info) { in get_cur_mode_info() argument
44 int32_t cur_sb_col = mi_col >> (frame_mi_map->sb_size_log2 - MI_SIZE_LOG2); in get_cur_mode_info()
47 int32_t offset = *(frame_mi_map->p_mi_offset + mi_row * frame_mi_map->mi_cols_algnsb + mi_col); in get_cur_mode_info()
52 BlockModeInfo *get_left_mode_info(EbDecHandle *dec_handle, int mi_row, int mi_col, in get_left_mode_info() argument
55 return get_cur_mode_info(dec_handle, mi_row, mi_col - 1, NULL); in get_left_mode_info()
59 BlockModeInfo *get_top_mode_info(EbDecHandle *dec_handle, int mi_row, int mi_col, SBInfo *sb_info) { in get_top_mode_info() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c651 if (!low_res && (mi_col >= 8 && mi_col + 8 < cm->mi_cols && mi_row >= 8 && in skin_sb_split()
2728 int mb_col = mi_col >> 1; in rd_pick_partition()
2807 int mb_col = mi_col >> 1; in rd_pick_partition()
3050 int mi_col; in encode_rd_sb_row() local
3057 for (mi_col = mi_col_start; mi_col < mi_col_end; mi_col += MI_BLOCK_SIZE) { in encode_rd_sb_row()
3153 int mi_row, mi_col; in reset_skip_tx_size() local
3158 for (mi_col = 0; mi_col < cm->mi_cols; ++mi_col) { in reset_skip_tx_size()
3820 int mi_col; in encode_nonrd_sb_row() local
3827 for (mi_col = mi_col_start; mi_col < mi_col_end; mi_col += MI_BLOCK_SIZE) { in encode_nonrd_sb_row()
4257 int mi_row, mi_col; in compute_frame_aq_offset() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c191 set_skip_context(xd, mi_row, mi_col); in set_offsets()
2486 int mb_col = mi_col >> 1; in rd_pick_partition()
2577 int mb_col = mi_col >> 1; in rd_pick_partition()
2813 int mi_col; in encode_rd_sb_row() local
2820 for (mi_col = tile_info->mi_col_start; mi_col < tile_info->mi_col_end; in encode_rd_sb_row()
2821 mi_col += MI_BLOCK_SIZE) { in encode_rd_sb_row()
2920 int mi_row, mi_col; in reset_skip_tx_size() local
2925 for (mi_col = 0; mi_col < cm->mi_cols; ++mi_col) { in reset_skip_tx_size()
3575 int mi_col; in encode_nonrd_sb_row() local
3582 for (mi_col = tile_info->mi_col_start; mi_col < tile_info->mi_col_end; in encode_nonrd_sb_row()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dpartition_strategy.h109 int mi_row, int mi_col,
123 int mi_col,
154 int mi_row, int mi_col);
166 AV1_COMP *const cpi, MACROBLOCK *const x, int mi_row, int mi_col,
210 mi_row, mi_col); in set_offsets_for_motion_search()
224 xd->mi_col = mi_col; in set_offsets_for_motion_search()
227 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1))); in set_offsets_for_motion_search()
231 xd->mb_to_left_edge = -GET_MV_SUBPEL(mi_col * MI_SIZE); in set_offsets_for_motion_search()
261 (mi_col + sb_mi_wide) <= mi_params->mi_cols; in is_full_sb()
269 int mi_col) { in use_auto_max_partition() argument
[all …]
H A Dmv_prec.c178 int mi_col) { in collect_mv_stats_b() argument
231 const int px_row = 4 * mi_row, px_col = 4 * mi_col; in collect_mv_stats_b()
282 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
285 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
289 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
299 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
304 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
309 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
314 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
326 const int this_mi_col = mi_col + i * qbs; in collect_mv_stats_sb()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dpartition_strategy.h109 int mi_row, int mi_col,
123 int mi_col,
154 int mi_row, int mi_col);
166 AV1_COMP *const cpi, MACROBLOCK *const x, int mi_row, int mi_col,
210 mi_row, mi_col); in set_offsets_for_motion_search()
224 xd->mi_col = mi_col; in set_offsets_for_motion_search()
227 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1))); in set_offsets_for_motion_search()
231 xd->mb_to_left_edge = -GET_MV_SUBPEL(mi_col * MI_SIZE); in set_offsets_for_motion_search()
261 (mi_col + sb_mi_wide) <= mi_params->mi_cols; in is_full_sb()
269 int mi_col) { in use_auto_max_partition() argument
[all …]
H A Dmv_prec.c178 int mi_col) { in collect_mv_stats_b() argument
231 const int px_row = 4 * mi_row, px_col = 4 * mi_col; in collect_mv_stats_b()
282 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
285 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
289 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
299 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
304 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
309 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
314 collect_mv_stats_b(mv_stats, cpi, mi_row, mi_col); in collect_mv_stats_sb()
326 const int this_mi_col = mi_col + i * qbs; in collect_mv_stats_sb()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c823 if (!low_res && (mi_col >= 8 && mi_col + 8 < cm->mi_cols && mi_row >= 8 && in skin_sb_split()
1381 mi_col >> 1, mi_row, mi_col)) { in choose_partitioning()
3674 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE) { in build_kmeans_segmentation()
3778 for (col = mi_col; col < mi_col + mi_wide; ++col) { in get_rdmult_delta()
4403 int mi_col; in encode_rd_sb_row() local
4414 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_rd_sb_row()
4538 int mi_row, mi_col; in reset_skip_tx_size() local
4543 for (mi_col = 0; mi_col < cm->mi_cols; ++mi_col) { in reset_skip_tx_size()
5434 int mi_col; in encode_nonrd_sb_row() local
5445 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_nonrd_sb_row()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c823 if (!low_res && (mi_col >= 8 && mi_col + 8 < cm->mi_cols && mi_row >= 8 && in skin_sb_split()
1381 mi_col >> 1, mi_row, mi_col)) { in choose_partitioning()
3674 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE) { in build_kmeans_segmentation()
3778 for (col = mi_col; col < mi_col + mi_wide; ++col) { in get_rdmult_delta()
4395 int mi_col; in encode_rd_sb_row() local
4406 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_rd_sb_row()
4530 int mi_row, mi_col; in reset_skip_tx_size() local
4535 for (mi_col = 0; mi_col < cm->mi_cols; ++mi_col) { in reset_skip_tx_size()
5426 int mi_col; in encode_nonrd_sb_row() local
5437 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_nonrd_sb_row()
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c823 if (!low_res && (mi_col >= 8 && mi_col + 8 < cm->mi_cols && mi_row >= 8 && in skin_sb_split()
1381 mi_col >> 1, mi_row, mi_col)) { in choose_partitioning()
3674 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE) { in build_kmeans_segmentation()
3778 for (col = mi_col; col < mi_col + mi_wide; ++col) { in get_rdmult_delta()
4403 int mi_col; in encode_rd_sb_row() local
4414 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_rd_sb_row()
4538 int mi_row, mi_col; in reset_skip_tx_size() local
4543 for (mi_col = 0; mi_col < cm->mi_cols; ++mi_col) { in reset_skip_tx_size()
5434 int mi_col; in encode_nonrd_sb_row() local
5445 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_nonrd_sb_row()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c823 if (!low_res && (mi_col >= 8 && mi_col + 8 < cm->mi_cols && mi_row >= 8 && in skin_sb_split()
1381 mi_col >> 1, mi_row, mi_col)) { in choose_partitioning()
3674 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE) { in build_kmeans_segmentation()
3778 for (col = mi_col; col < mi_col + mi_wide; ++col) { in get_rdmult_delta()
4403 int mi_col; in encode_rd_sb_row() local
4414 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_rd_sb_row()
4538 int mi_row, mi_col; in reset_skip_tx_size() local
4543 for (mi_col = 0; mi_col < cm->mi_cols; ++mi_col) { in reset_skip_tx_size()
5434 int mi_col; in encode_nonrd_sb_row() local
5445 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_nonrd_sb_row()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c823 if (!low_res && (mi_col >= 8 && mi_col + 8 < cm->mi_cols && mi_row >= 8 && in skin_sb_split()
1381 mi_col >> 1, mi_row, mi_col)) { in choose_partitioning()
3674 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE) { in build_kmeans_segmentation()
3778 for (col = mi_col; col < mi_col + mi_wide; ++col) { in get_rdmult_delta()
4403 int mi_col; in encode_rd_sb_row() local
4414 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_rd_sb_row()
4538 int mi_row, mi_col; in reset_skip_tx_size() local
4543 for (mi_col = 0; mi_col < cm->mi_cols; ++mi_col) { in reset_skip_tx_size()
5434 int mi_col; in encode_nonrd_sb_row() local
5445 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_nonrd_sb_row()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c827 if (!low_res && (mi_col >= 8 && mi_col + 8 < cm->mi_cols && mi_row >= 8 && in skin_sb_split()
1392 mi_col >> 1, mi_row, mi_col)) { in choose_partitioning()
3685 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE) { in build_kmeans_segmentation()
3793 for (col = mi_col; col < mi_col + mi_wide; ++col) { in get_rdmult_delta()
4640 int mi_col; in encode_rd_sb_row() local
4651 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_rd_sb_row()
4775 int mi_row, mi_col; in reset_skip_tx_size() local
4780 for (mi_col = 0; mi_col < cm->mi_cols; ++mi_col) { in reset_skip_tx_size()
5671 int mi_col; in encode_nonrd_sb_row() local
5682 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_nonrd_sb_row()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c827 if (!low_res && (mi_col >= 8 && mi_col + 8 < cm->mi_cols && mi_row >= 8 && in skin_sb_split()
1392 mi_col >> 1, mi_row, mi_col)) { in choose_partitioning()
3685 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE) { in build_kmeans_segmentation()
3793 for (col = mi_col; col < mi_col + mi_wide; ++col) { in get_rdmult_delta()
4640 int mi_col; in encode_rd_sb_row() local
4651 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_rd_sb_row()
4775 int mi_row, mi_col; in reset_skip_tx_size() local
4780 for (mi_col = 0; mi_col < cm->mi_cols; ++mi_col) { in reset_skip_tx_size()
5671 int mi_col; in encode_nonrd_sb_row() local
5682 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_nonrd_sb_row()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c827 if (!low_res && (mi_col >= 8 && mi_col + 8 < cm->mi_cols && mi_row >= 8 && in skin_sb_split()
1392 mi_col >> 1, mi_row, mi_col)) { in choose_partitioning()
3685 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE) { in build_kmeans_segmentation()
3789 for (col = mi_col; col < mi_col + mi_wide; ++col) { in get_rdmult_delta()
4636 int mi_col; in encode_rd_sb_row() local
4647 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_rd_sb_row()
4771 int mi_row, mi_col; in reset_skip_tx_size() local
4776 for (mi_col = 0; mi_col < cm->mi_cols; ++mi_col) { in reset_skip_tx_size()
5667 int mi_col; in encode_nonrd_sb_row() local
5678 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_nonrd_sb_row()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/encoder/
H A Dvp9_encodeframe.c796 if (!low_res && (mi_col >= 8 && mi_col + 8 < cm->mi_cols && mi_row >= 8 && in skin_sb_split()
1350 mi_col >> 1, mi_row, mi_col)) { in choose_partitioning()
3596 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE) { in build_kmeans_segmentation()
3704 for (col = mi_col; col < mi_col + mi_wide; ++col) { in get_rdmult_delta()
4443 int mi_col; in encode_rd_sb_row() local
4454 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_rd_sb_row()
4571 int mi_row, mi_col; in reset_skip_tx_size() local
4576 for (mi_col = 0; mi_col < cm->mi_cols; ++mi_col) { in reset_skip_tx_size()
5467 int mi_col; in encode_nonrd_sb_row() local
5478 for (mi_col = mi_col_start, sb_col_in_tile = 0; mi_col < mi_col_end; in encode_nonrd_sb_row()
[all …]

12345678910>>...52