Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dhash_motion.c402 int sub_block_in_width = (block_size >> 1); in av1_get_block_hash_value() local
408 int pos = (y_pos >> 1) * sub_block_in_width + (x_pos >> 1); in av1_get_block_hash_value()
424 int pos = (y_pos >> 1) * sub_block_in_width + (x_pos >> 1); in av1_get_block_hash_value()
436 int src_sub_block_in_width = sub_block_in_width; in av1_get_block_hash_value()
437 sub_block_in_width >>= 1; in av1_get_block_hash_value()
448 for (int y_pos = 0; y_pos < sub_block_in_width; y_pos++) { in av1_get_block_hash_value()
449 for (int x_pos = 0; x_pos < sub_block_in_width; x_pos++) { in av1_get_block_hash_value()
478 src_sub_block_in_width = sub_block_in_width; in av1_get_block_hash_value()
479 sub_block_in_width >>= 1; in av1_get_block_hash_value()