HomeSort by relevance Sort by last modified time
    Searched refs:mb_col_end (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.h 25 int mb_col_end);
vp9_temporal_filter.c 286 int mb_col_end) {
341 for (mb_col = mb_col_start; mb_col < mb_col_end; mb_col++) {
588 const int mb_col_end = (tile_info->mi_col_end + 1) >> 1; local
593 mb_col_end);
vp9_ethread.c 478 int mb_col_start, mb_col_end; local
501 mb_col_end = (this_tile->tile_info.mi_col_end + 1) >> 1;
505 mb_col_start, mb_col_end);
vp9_encodeframe.c 2995 int mb_col_end = local
3090 int mb_col_end = local
    [all...]

Completed in 4834 milliseconds