Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dhash_motion.c446 int src_sub_block_in_width = sub_block_in_width; in av1_get_block_hash_value() local
461 int srcPos = (y_pos << 1) * src_sub_block_in_width + (x_pos << 1); in av1_get_block_hash_value()
464 assert(srcPos + src_sub_block_in_width + 1 < in av1_get_block_hash_value()
469 to_hash[2] = buf_1[src_idx][srcPos + src_sub_block_in_width]; in av1_get_block_hash_value()
470 to_hash[3] = buf_1[src_idx][srcPos + src_sub_block_in_width + 1]; in av1_get_block_hash_value()
477 to_hash[2] = buf_2[src_idx][srcPos + src_sub_block_in_width]; in av1_get_block_hash_value()
478 to_hash[3] = buf_2[src_idx][srcPos + src_sub_block_in_width + 1]; in av1_get_block_hash_value()
485 src_sub_block_in_width = sub_block_in_width; in av1_get_block_hash_value()