Home
last modified time | relevance | path

Searched refs:sub_block_in_width (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dhash_motion.c408 int sub_block_in_width = (block_size >> 1); in av1_get_block_hash_value() local
414 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()