Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_me_common_defs.h112 #define MAX_NUM_CLUSTERS_IN_VALID_64x64_BLK 5 macro
Dhme_refine.c4528 if(MAX_NUM_CLUSTERS_IN_VALID_64x64_BLK >= num_clusters) in hme_try_merge_clusters_blksize_gt_16()
4614 if(num_clusters_parent > MAX_NUM_CLUSTERS_IN_VALID_64x64_BLK) in hme_determine_validity_32x32()
4620 else if(num_clusters_parent < MAX_NUM_CLUSTERS_IN_VALID_64x64_BLK) in hme_determine_validity_32x32()
4716 (num_clusters_grandparent > MAX_NUM_CLUSTERS_IN_VALID_64x64_BLK)) in hme_determine_validity_16x16()
4999 : (num_clusters <= MAX_NUM_CLUSTERS_IN_VALID_64x64_BLK); in hme_populate_cu_tree()
5710 if((ps_blk_64x64->num_clusters >= MAX_NUM_CLUSTERS_IN_VALID_64x64_BLK)) in hme_analyse_mv_clustering()