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()
588 const int mb_col_end = (tile_info->mi_col_end + 1) >> 1; in temporal_filter_iterate_tile_c() local
593 mb_col_end); in temporal_filter_iterate_tile_c()
Dvp9_ethread.c478 int mb_col_start, mb_col_end; in temporal_filter_worker_hook() local
501 mb_col_end = (this_tile->tile_info.mi_col_end + 1) >> 1; in temporal_filter_worker_hook()
505 mb_col_start, mb_col_end); in temporal_filter_worker_hook()
Dvp9_encodeframe.c2995 int mb_col_end = in rd_pick_partition() local
3002 for (c = mb_col; c < mb_col_end; c++) { in rd_pick_partition()
3013 if (c != mb_col_end - 1) { in rd_pick_partition()
3090 int mb_col_end = in rd_pick_partition() local
3096 for (c = mb_col; c < mb_col_end; c++) { in rd_pick_partition()