Searched refs:ps_ctb_cluster_info (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/encoder/ |
D | hme_refine.c | 2633 ctb_cluster_info_t *ps_ctb_cluster_info, S32 bidir_enabled, S32 block_width, CU_POS_T e_cu_pos) in hme_sort_and_assign_top_ref_ids_areawise() argument 2654 is_cur_blk_valid = (ps_ctb_cluster_info->blk_32x32_mask & (1 << e_cu_pos)) || 0; in hme_sort_and_assign_top_ref_ids_areawise() 2655 ps_32x32 = &ps_ctb_cluster_info->ps_32x32_blk[e_cu_pos]; in hme_sort_and_assign_top_ref_ids_areawise() 2661 is_cur_blk_valid = (ps_ctb_cluster_info->blk_32x32_mask == 0xf); in hme_sort_and_assign_top_ref_ids_areawise() 2662 ps_64x64 = ps_ctb_cluster_info->ps_64x64_blk; in hme_sort_and_assign_top_ref_ids_areawise() 2799 ctb_cluster_info_t *ps_ctb_cluster_info, S32 bidir_enabled, S32 block_width) in hme_find_top_ref_ids() argument 2808 ps_ctb_cluster_info, bidir_enabled, block_width, (CU_POS_T)i); in hme_find_top_ref_ids() 2814 ps_ctb_cluster_info, bidir_enabled, block_width, POS_NA); in hme_find_top_ref_ids() 2832 void hme_boot_out_outlier(ctb_cluster_info_t *ps_ctb_cluster_info, S32 blk_width) in hme_boot_out_outlier() argument 2838 cluster_64x64_blk_t *ps_64x64 = &ps_ctb_cluster_info->ps_64x64_blk[0]; in hme_boot_out_outlier() [all …]
|
D | hme_defs.h | 3201 ctb_cluster_info_t *ps_ctb_cluster_info; member
|
D | hme_interface.c | 1635 ps_ctxt->aps_me_frm_prms[i]->ps_ctb_cluster_info = in hme_enc_alloc_init_mem() 1667 ps_ctxt->aps_me_frm_prms[i]->ps_ctb_cluster_info = NULL; in hme_enc_alloc_init_mem()
|