Searched refs:is_last_row (Results 1 – 6 of 6) sorted by relevance
/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 | 455 void vp9_set_row(VP9LfSync *lf_sync, int num_tiles, int row, int is_last_row, in vp9_set_row() argument 464 if (is_last_row) { in vp9_set_row() 478 (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/webp/src/enc/ |
D | picture_csp_enc.c | 484 const int is_last_row = (j == picture->height - 1); in PreprocessARGB() local 490 if (!is_last_row) { in PreprocessARGB()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1842 const int is_last_row = (sb_rows - 1 == mi_row >> MI_BLOCK_SIZE_LOG2); in set_rows_after_error() local 1844 is_last_row, corrupted); in set_rows_after_error() 1916 const int is_last_row = (sb_rows - 1 == mi_row >> MI_BLOCK_SIZE_LOG2); in tile_worker_hook() local 1918 mi_row >> MI_BLOCK_SIZE_LOG2, is_last_row, in tile_worker_hook()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.cc | 3005 llvm::Value* is_last_row = in EmitBlock() local 3010 Select(is_last_row, index_typed_constant(partial_row_size), in EmitBlock()
|