Searched refs:is_last_row (Results 1 – 9 of 9) sorted by relevance
/external/libgav1/libgav1/src/post_filter/ |
D | super_res.cc | 97 bool is_last_row) { in ApplySuperResForOneSuperBlockRow() argument 107 (is_last_row ? 0 : 2); in ApplySuperResForOneSuperBlockRow() 126 (is_last_row ? 0 : num_rows_extra); in ApplySuperResForOneSuperBlockRow() 142 (is_last_row ? 0 : num_rows_extra); in ApplySuperResForOneSuperBlockRow()
|
D | post_filter.cc | 566 bool is_last_row, in ApplyFilteringForOneSuperBlockRow() argument 576 ApplyCdefForOneSuperBlockRow(row4x4, sb4x4, is_last_row); in ApplyFilteringForOneSuperBlockRow() 579 ApplySuperResForOneSuperBlockRow(row4x4, sb4x4, is_last_row); in ApplyFilteringForOneSuperBlockRow() 584 if (is_last_row) { in ApplyFilteringForOneSuperBlockRow() 593 if (is_last_row) { in ApplyFilteringForOneSuperBlockRow() 597 if (is_last_row && !DoBorderExtensionInLoop()) { in ApplyFilteringForOneSuperBlockRow() 600 return is_last_row ? height_ : progress_row_; in ApplyFilteringForOneSuperBlockRow()
|
D | cdef.cc | 615 bool is_last_row) { in ApplyCdefForOneSuperBlockRow() argument 627 if (row4x4 > 0 && (!is_last_row || y == 0)) { in ApplyCdefForOneSuperBlockRow() 637 const int height4x4 = block_height4x4 - (is_last_row ? 0 : 2); in ApplyCdefForOneSuperBlockRow()
|
/external/libgav1/libgav1/src/ |
D | post_filter.h | 142 int ApplyFilteringForOneSuperBlockRow(int row4x4, int sb4x4, bool is_last_row, 390 void ApplyCdefForOneSuperBlockRow(int row4x4, int sb4x4, bool is_last_row); 413 bool is_last_row);
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_thread_common.h | 71 void vp9_set_row(VP9LfSync *lf_sync, int num_tiles, int row, int is_last_row,
|
D | vp9_thread_common.c | 461 void vp9_set_row(VP9LfSync *lf_sync, int num_tiles, int row, int is_last_row, in vp9_set_row() argument 470 if (is_last_row) { in vp9_set_row() 484 (void)is_last_row; in vp9_set_row()
|
/external/webp/src/dec/ |
D | frame_dec.c | 418 const int is_last_row = (mb_y >= dec->br_mb_y_ - 1); in FinishRow() local 446 if (!is_last_row) { in FinishRow() 487 if (!is_last_row) { in FinishRow()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1788 int mi_row, int is_last_row, VP9LfSync *lf_sync, in recon_tile_row() argument 1839 if (is_last_row) { in recon_tile_row() 1924 const int is_last_row = sb_rows - 1 == cur_sb_row; in row_decode_worker_hook() local 1946 if (is_last_row) { in row_decode_worker_hook() 1955 recon_tile_row(tile_data_recon, pbi, mi_row, is_last_row, lf_sync, in row_decode_worker_hook() 1963 if (is_last_row) { in row_decode_worker_hook() 2168 const int is_last_row = (sb_rows - 1 == mi_row >> MI_BLOCK_SIZE_LOG2); in set_rows_after_error() local 2170 is_last_row, corrupted); in set_rows_after_error() 2242 const int is_last_row = (sb_rows - 1 == mi_row >> MI_BLOCK_SIZE_LOG2); in tile_worker_hook() local 2244 mi_row >> MI_BLOCK_SIZE_LOG2, is_last_row, in tile_worker_hook()
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 488 const int is_last_row = (j == picture->height - 1); in PreprocessARGB() local 494 if (!is_last_row) { in PreprocessARGB()
|