Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_refine.c3532 S32 mvd_min = MAX_32BIT_VAL; in hme_update_32x32_cluster_attributes() local
3566 if(mvd < mvd_min) in hme_update_32x32_cluster_attributes()
3568 mvd_min = mvd; in hme_update_32x32_cluster_attributes()
3581 if(mvd_min <= mvd_limit) in hme_update_32x32_cluster_attributes()
3880 S32 mvd_min = MAX_32BIT_VAL; in hme_update_64x64_cluster_attributes() local
3915 if(mvd < mvd_min) in hme_update_64x64_cluster_attributes()
3917 mvd_min = mvd; in hme_update_64x64_cluster_attributes()
3930 if(mvd_min <= mvd_limit) in hme_update_64x64_cluster_attributes()