Home
last modified time | relevance | path

Searched refs:mb_col_end (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.h25 int mb_col_end);
Dvp9_temporal_filter.c286 int mb_col_end) { in vp9_temporal_filter_iterate_row_c() argument
341 for (mb_col = mb_col_start; mb_col < mb_col_end; mb_col++) { in vp9_temporal_filter_iterate_row_c()
609 const int mb_col_end = (tile_info->mi_col_end + 1) >> 1; in temporal_filter_iterate_tile_c() local
614 mb_col_end); in temporal_filter_iterate_tile_c()
Dvp9_ethread.c489 int mb_col_start, mb_col_end; in temporal_filter_worker_hook() local
512 mb_col_end = (this_tile->tile_info.mi_col_end + 1) >> 1; in temporal_filter_worker_hook()
516 mb_col_start, mb_col_end); in temporal_filter_worker_hook()
Dvp9_encodeframe.c3212 int mb_col_end = in rd_pick_partition() local
3219 for (c = mb_col; c < mb_col_end; c++) { in rd_pick_partition()
3230 if (c != mb_col_end - 1) { in rd_pick_partition()
3307 int mb_col_end = in rd_pick_partition() local
3313 for (c = mb_col; c < mb_col_end; c++) { in rd_pick_partition()