Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_refine.c2635 cluster_32x32_blk_t *ps_32x32 = NULL; in hme_sort_and_assign_top_ref_ids_areawise() local
2655 ps_32x32 = &ps_ctb_cluster_info->ps_32x32_blk[e_cu_pos]; in hme_sort_and_assign_top_ref_ids_areawise()
2656 num_clusters = ps_32x32->num_clusters; in hme_sort_and_assign_top_ref_ids_areawise()
2657 ps_data = &ps_32x32->as_cluster_data[0]; in hme_sort_and_assign_top_ref_ids_areawise()
2745 SET_VALUES_FOR_TOP_REF_IDS(ps_32x32, best_uni_ref, best_alt_ref, num_ref); in hme_sort_and_assign_top_ref_ids_areawise()
2776 SET_VALUES_FOR_TOP_REF_IDS(ps_32x32, best_uni_ref, best_alt_ref, num_ref); in hme_sort_and_assign_top_ref_ids_areawise()
2834 cluster_32x32_blk_t *ps_32x32; in hme_boot_out_outlier() local
2847 ps_32x32 = &ps_ctb_cluster_info->ps_32x32_blk[i]; in hme_boot_out_outlier()
2849 if(ps_32x32->num_clusters > MAX_NUM_CLUSTERS_IN_ONE_REF_IDX) in hme_boot_out_outlier()
2851 BUMP_OUTLIER_CLUSTERS(ps_32x32, sdi_threshold); in hme_boot_out_outlier()