Searched refs:g_i4_ip_funcs (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ihevce_decomp_pre_intra_pass.c | 256 g_apf_lum_ip[g_i4_ip_funcs[mode]](&ref[0], 0, &pred[0], 4, 4, mode); in ihevce_ed_4x4_find_best_modes() 348 g_apf_lum_ip[g_i4_ip_funcs[mode]](&ref[0], 0, &pred[0], 4, 4, mode); in ihevce_ed_calc_4x4_blk() 373 g_apf_lum_ip[g_i4_ip_funcs[mode]](&ref[0], 0, &pred[0], 4, 4, mode); in ihevce_ed_calc_4x4_blk() 533 g_apf_lum_ip[g_i4_ip_funcs[mode]]( in ihevce_ed_calc_8x8_blk() 587 g_apf_lum_ip[g_i4_ip_funcs[mode]]( in ihevce_ed_calc_8x8_blk() 616 g_apf_lum_ip[g_i4_ip_funcs[i4_best_8x8_mode]]( in ihevce_ed_calc_8x8_blk() 638 g_apf_lum_ip[g_i4_ip_funcs[mode]]( in ihevce_ed_calc_8x8_blk() 661 g_apf_lum_ip[g_i4_ip_funcs[u1_best_8x8_mode]]( in ihevce_ed_calc_8x8_blk() 689 g_apf_lum_ip[g_i4_ip_funcs[mode]]( in ihevce_ed_calc_8x8_blk()
|
H A D | ihevce_global_tables.h | 121 extern WORD32 g_i4_ip_funcs[MAX_NUM_IP_MODES];
|
H A D | ihevce_decomp_pre_intra_pass.h | 47 extern WORD32 g_i4_ip_funcs[MAX_NUM_IP_MODES];
|
H A D | ihevce_global_tables.c | 375 WORD32 g_i4_ip_funcs[MAX_NUM_IP_MODES] = { variable
|
H A D | ihevce_recur_bracketing.c | 115 extern WORD32 g_i4_ip_funcs[MAX_NUM_IP_MODES]; 407 g_apf_lum_ip[g_i4_ip_funcs[mode]](&ref[0], 0, &pred[0], 4, 4, mode); in ihevce_pu_calc_4x4_blk() 448 g_apf_lum_ip[g_i4_ip_funcs[mode]](&ref[0], 0, &pred[0], 4, 4, mode); in ihevce_pu_calc_4x4_blk() 3217 g_apf_lum_ip[g_i4_ip_funcs[mode]]( in ihevce_mode_eval_filtering() 3326 g_apf_lum_ip[g_i4_ip_funcs[mode]]( in ihevce_mode_eval_filtering()
|
H A D | ihevce_enc_loop_utils.c | 3335 luma_pred_func_idx = g_i4_ip_funcs[curr_pred_mode]; in ihevce_intra_rdopt_cu_ntu() 6250 chrm_pred_func_idx = g_i4_ip_funcs[u1_chrm_mode]; in ihevce_distortion_based_intra_chroma_mode_selector() 6642 chrm_pred_func_idx = g_i4_ip_funcs[best_chrm_mode]; in ihevce_intra_chroma_pred_mode_selector() 7402 chrm_pred_func_idx = g_i4_ip_funcs[chrm_pred_mode]; in ihevce_chroma_cu_prcs_rdopt() 8867 luma_pred_func_idx = g_i4_ip_funcs[luma_pred_mode]; in ihevce_final_rdopt_mode_prcs() 9424 chrm_pred_func_idx = g_i4_ip_funcs[chroma_pred_mode]; in ihevce_final_rdopt_mode_prcs()
|
/aosp_15_r20/external/libhevc/decoder/ |
H A D | ihevcd_iquant_itrans_recon_ctb.c | 87 static const WORD32 g_i4_ip_funcs[MAX_NUM_IP_MODES] = variable 998 luma_pred_func_idx = g_i4_ip_funcs[u1_luma_pred_mode]; in ihevcd_iquant_itrans_recon_ctb() 1057 g_i4_ip_funcs[u1_chroma_pred_mode]; in ihevcd_iquant_itrans_recon_ctb()
|