Home
last modified time | relevance | path

Searched defs:is_last_row (Results 1 – 7 of 7) sorted by relevance

/external/libgav1/src/post_filter/
Dsuper_res.cc97 bool is_last_row) { in ApplySuperResForOneSuperBlockRow()
Dpost_filter.cc587 bool is_last_row, in ApplyFilteringForOneSuperBlockRow()
Dcdef.cc627 bool is_last_row) { in ApplyCdefForOneSuperBlockRow()
/external/libvpx/vp9/common/
Dvp9_thread_common.c461 void vp9_set_row(VP9LfSync *lf_sync, int num_tiles, int row, int is_last_row, in vp9_set_row()
/external/webp/src/dec/
Dframe_dec.c418 const int is_last_row = (mb_y >= dec->br_mb_y_ - 1); in FinishRow() local
/external/libvpx/vp9/decoder/
Dvp9_decodeframe.c1787 int mi_row, int is_last_row, VP9LfSync *lf_sync, in recon_tile_row()
1923 const int is_last_row = sb_rows - 1 == cur_sb_row; in row_decode_worker_hook() local
2167 const int is_last_row = (sb_rows - 1 == mi_row >> MI_BLOCK_SIZE_LOG2); in set_rows_after_error() local
2241 const int is_last_row = (sb_rows - 1 == mi_row >> MI_BLOCK_SIZE_LOG2); in tile_worker_hook() local
/external/webp/sharpyuv/
Dsharpyuv.c333 const int is_last_row = (j == height - 1); in DoSharpArgbToYuv() local