Searched refs:sub_block_in_width (Results 1 – 1 of 1) sorted by relevance
408 int sub_block_in_width = (block_size >> 1); in av1_get_block_hash_value() local414 int pos = (y_pos >> 1) * sub_block_in_width + (x_pos >> 1); in av1_get_block_hash_value()428 int pos = (y_pos >> 1) * sub_block_in_width + (x_pos >> 1); in av1_get_block_hash_value()440 int src_sub_block_in_width = sub_block_in_width; in av1_get_block_hash_value()441 sub_block_in_width >>= 1; in av1_get_block_hash_value()453 for (int y_pos = 0; y_pos < sub_block_in_width; y_pos++) { in av1_get_block_hash_value()454 for (int x_pos = 0; x_pos < sub_block_in_width; x_pos++) { in av1_get_block_hash_value()479 src_sub_block_in_width = sub_block_in_width; in av1_get_block_hash_value()480 sub_block_in_width >>= 1; in av1_get_block_hash_value()