Searched refs:tile_rows (Results 1 – 7 of 7) sorted by relevance
787 const int tile_rows = 1 << cm->log2_tile_rows; in decode_tiles() local793 assert(tile_rows <= 4); in decode_tiles()805 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { in decode_tiles()807 const int last_tile = tile_row == tile_rows - 1 && in decode_tiles()818 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { in decode_tiles()822 const int last_tile = tile_row == tile_rows - 1 && in decode_tiles()877 const int tile_rows = 1 << cm->log2_tile_rows; in decode_tiles_mt() local884 assert(tile_rows == 1); in decode_tiles_mt()885 (void)tile_rows; in decode_tiles_mt()1261 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_decode_frame() local[all …]
30 unsigned int tile_rows; member195 RANGE_CHECK(extra_cfg, tile_rows, 0, 2); in validate_config()356 oxcf->tile_rows = extra_cfg->tile_rows; in set_vp9e_config()480 MAP(VP9E_SET_TILE_ROWS, extra_cfg.tile_rows); in set_param()
935 const int tile_rows = 1 << cm->log2_tile_rows; local941 for (tile_row = 0; tile_row < tile_rows; tile_row++) {951 for (tile_row = 0; tile_row < tile_rows; tile_row++) {958 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1)966 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1) {
277 int tile_rows; member
3150 const int tile_rows = 1 << cm->log2_tile_rows; in encode_frame_internal() local3152 for (tile_row = 0; tile_row < tile_rows; tile_row++) { in encode_frame_internal()
753 cm->log2_tile_rows = cpi->oxcf.tile_rows; in set_tile_limits()
396 static const arg_def_t tile_rows = variable411 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,