Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dhash_motion.c440 int src_sub_block_in_width = sub_block_in_width; in av1_get_block_hash_value() local
455 int srcPos = (y_pos << 1) * src_sub_block_in_width + (x_pos << 1); in av1_get_block_hash_value()
458 assert(srcPos + src_sub_block_in_width + 1 < in av1_get_block_hash_value()
463 to_hash[2] = buf_1[src_idx][srcPos + src_sub_block_in_width]; in av1_get_block_hash_value()
464 to_hash[3] = buf_1[src_idx][srcPos + src_sub_block_in_width + 1]; in av1_get_block_hash_value()
471 to_hash[2] = buf_2[src_idx][srcPos + src_sub_block_in_width]; in av1_get_block_hash_value()
472 to_hash[3] = buf_2[src_idx][srcPos + src_sub_block_in_width + 1]; in av1_get_block_hash_value()
479 src_sub_block_in_width = sub_block_in_width; in av1_get_block_hash_value()