Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_me_common_defs.h110 #define MAX_NUM_CLUSTERS_IN_VALID_32x32_BLK 5 macro
Dhme_refine.c2668 if((num_clusters > MAX_NUM_CLUSTERS_IN_VALID_32x32_BLK)) in hme_sort_and_assign_top_ref_ids_areawise()
4608 if(num_clusters > MAX_NUM_CLUSTERS_IN_VALID_32x32_BLK) in hme_determine_validity_32x32()
4628 if(num_clusters < MAX_NUM_CLUSTERS_IN_VALID_32x32_BLK) in hme_determine_validity_32x32()
4715 if((num_clusters_parent > MAX_NUM_CLUSTERS_IN_VALID_32x32_BLK) && in hme_determine_validity_16x16()
4724 if(num_clusters_parent != MAX_NUM_CLUSTERS_IN_VALID_32x32_BLK) in hme_determine_validity_16x16()
5076 (num_clusters <= MAX_NUM_CLUSTERS_IN_VALID_32x32_BLK) && in hme_populate_cu_tree()
5610 if((ps_blk_32x32->num_clusters >= MAX_NUM_CLUSTERS_IN_VALID_32x32_BLK)) in hme_analyse_mv_clustering()