/external/libhevc/encoder/ |
D | ihevce_function_selector.c | 130 ps_enc_ctxt->s_func_selector.ihevc_deblk_chroma_horz_fptr = &ihevc_deblk_chroma_horz; in ihevce_init_function_ptr_generic() 131 ps_enc_ctxt->s_func_selector.ihevc_deblk_chroma_vert_fptr = &ihevc_deblk_chroma_vert; in ihevce_init_function_ptr_generic() 132 ps_enc_ctxt->s_func_selector.ihevc_deblk_422chroma_horz_fptr = &ihevc_deblk_422chroma_horz; in ihevce_init_function_ptr_generic() 133 ps_enc_ctxt->s_func_selector.ihevc_deblk_422chroma_vert_fptr = &ihevc_deblk_422chroma_vert; in ihevce_init_function_ptr_generic() 134 ps_enc_ctxt->s_func_selector.ihevc_deblk_luma_vert_fptr = &ihevc_deblk_luma_vert; in ihevce_init_function_ptr_generic() 135 ps_enc_ctxt->s_func_selector.ihevc_deblk_luma_horz_fptr = &ihevc_deblk_luma_horz; in ihevce_init_function_ptr_generic() 136 ps_enc_ctxt->s_func_selector.ihevc_inter_pred_chroma_copy_fptr = &ihevc_inter_pred_chroma_copy; in ihevce_init_function_ptr_generic() 137 …ps_enc_ctxt->s_func_selector.ihevc_inter_pred_chroma_copy_w16out_fptr = &ihevc_inter_pred_chroma_c… in ihevce_init_function_ptr_generic() 138 ps_enc_ctxt->s_func_selector.ihevc_inter_pred_chroma_horz_fptr = &ihevc_inter_pred_chroma_horz; in ihevce_init_function_ptr_generic() 139 …ps_enc_ctxt->s_func_selector.ihevc_inter_pred_chroma_horz_w16out_fptr = &ihevc_inter_pred_chroma_h… in ihevce_init_function_ptr_generic() [all …]
|
D | hme_function_selector.c | 113 pv_me_ctxt->s_func_selector.pf_had_8x8_using_4_4x4_r = &ihevce_had_8x8_using_4_4x4_r_neon; in hme_init_function_ptr_neon() 114 pv_me_ctxt->s_func_selector.pf_had_16x16_r = &ihevce_had_16x16_r_neon; in hme_init_function_ptr_neon() 115 …pv_me_ctxt->s_func_selector.pf_compute_32x32HAD_using_16x16 = &ihevce_compute_32x32HAD_using_16x16… in hme_init_function_ptr_neon() 116 …pv_me_ctxt->s_func_selector.pf_evalsatd_update_1_best_result_pt_pu_16x16_num_part_eq_1 = hme_evals… in hme_init_function_ptr_neon() 117 …pv_me_ctxt->s_func_selector.pf_evalsatd_update_1_best_result_pt_pu_16x16_num_part_lt_9 = hme_evals… in hme_init_function_ptr_neon() 118 …pv_me_ctxt->s_func_selector.pf_evalsatd_update_1_best_result_pt_pu_16x16_num_part_lt_17 = hme_eval… in hme_init_function_ptr_neon() 128 pv_me_ctxt->s_func_selector.pf_had_8x8_using_4_4x4_r = &ihevce_had_8x8_using_4_4x4_r; in hme_init_function_ptr_generic() 129 pv_me_ctxt->s_func_selector.pf_had_16x16_r = &ihevce_had_16x16_r; in hme_init_function_ptr_generic() 130 …pv_me_ctxt->s_func_selector.pf_compute_32x32HAD_using_16x16 = &ihevce_compute_32x32HAD_using_16x16; in hme_init_function_ptr_generic() 131 …pv_me_ctxt->s_func_selector.pf_evalsatd_update_1_best_result_pt_pu_16x16_num_part_eq_1 = hme_evals… in hme_init_function_ptr_generic() [all …]
|
D | ihevce_memory_init.c | 1542 &ps_enc_ctxt->s_func_selector, in ihevce_mem_manager_init() 1580 &ps_enc_ctxt->s_func_selector, in ihevce_mem_manager_init() 1619 &ps_enc_ctxt->s_func_selector, in ihevce_mem_manager_init()
|
D | ihevce_enc_structs.h | 3038 func_selector_t s_func_selector; member
|
D | ihevce_me_pass.c | 942 ps_ctxt->ps_func_selector = &ps_master_ctxt->s_func_selector; in ihevce_me_process()
|
D | hme_defs.h | 3315 me_func_selector_t s_func_selector; member
|
/external/libhevc/decoder/arm/ |
D | ihevcd_function_selector_a9q.c | 63 …ps_codec->s_func_selector.ihevc_deblk_chroma_horz_fptr = &ihevc_deblk_chroma… in ihevcd_init_function_ptr_a9q() 64 …ps_codec->s_func_selector.ihevc_deblk_chroma_vert_fptr = &ihevc_deblk_chroma… in ihevcd_init_function_ptr_a9q() 65 …ps_codec->s_func_selector.ihevc_deblk_luma_vert_fptr = &ihevc_deblk_luma_v… in ihevcd_init_function_ptr_a9q() 66 …ps_codec->s_func_selector.ihevc_deblk_luma_horz_fptr = &ihevc_deblk_luma_h… in ihevcd_init_function_ptr_a9q() 67 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_copy_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_a9q() 68 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_copy_w16out_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_a9q() 69 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_horz_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_a9q() 70 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_horz_w16out_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_a9q() 71 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_vert_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_a9q() 72 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_vert_w16inp_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_a9q() [all …]
|
D | ihevcd_function_selector_noneon.c | 63 …ps_codec->s_func_selector.ihevc_deblk_chroma_horz_fptr = &ihevc_deblk_chroma… in ihevcd_init_function_ptr_noneon() 64 …ps_codec->s_func_selector.ihevc_deblk_chroma_vert_fptr = &ihevc_deblk_chroma… in ihevcd_init_function_ptr_noneon() 65 …ps_codec->s_func_selector.ihevc_deblk_luma_vert_fptr = &ihevc_deblk_luma_v… in ihevcd_init_function_ptr_noneon() 66 …ps_codec->s_func_selector.ihevc_deblk_luma_horz_fptr = &ihevc_deblk_luma_h… in ihevcd_init_function_ptr_noneon() 67 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_copy_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_noneon() 68 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_copy_w16out_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_noneon() 69 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_horz_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_noneon() 70 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_horz_w16out_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_noneon() 71 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_vert_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_noneon() 72 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_vert_w16inp_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_noneon() [all …]
|
D | ihevcd_function_selector.c | 98 …ps_codec->s_func_selector.ihevcd_fmt_conv_420sp_to_420sp_fptr = &ihevcd_fmt_conv_42… in ihevcd_init_function_ptr()
|
/external/libhevc/decoder/arm64/ |
D | ihevcd_function_selector_av8.c | 63 …ps_codec->s_func_selector.ihevc_deblk_chroma_horz_fptr = &ihevc_deblk_chroma… in ihevcd_init_function_ptr_av8() 64 …ps_codec->s_func_selector.ihevc_deblk_chroma_vert_fptr = &ihevc_deblk_chroma… in ihevcd_init_function_ptr_av8() 65 …ps_codec->s_func_selector.ihevc_deblk_luma_vert_fptr = &ihevc_deblk_luma_v… in ihevcd_init_function_ptr_av8() 66 …ps_codec->s_func_selector.ihevc_deblk_luma_horz_fptr = &ihevc_deblk_luma_h… in ihevcd_init_function_ptr_av8() 67 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_copy_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_av8() 68 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_copy_w16out_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_av8() 69 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_horz_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_av8() 70 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_horz_w16out_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_av8() 71 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_vert_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_av8() 72 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_vert_w16inp_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_av8() [all …]
|
/external/libhevc/decoder/x86/ |
D | ihevcd_function_selector_sse42.c | 65 …ps_codec->s_func_selector.ihevc_deblk_chroma_horz_fptr = &ihevc_deblk_chroma… in ihevcd_init_function_ptr_sse42() 66 …ps_codec->s_func_selector.ihevc_deblk_chroma_vert_fptr = &ihevc_deblk_chroma… in ihevcd_init_function_ptr_sse42() 67 …ps_codec->s_func_selector.ihevc_deblk_luma_vert_fptr = &ihevc_deblk_luma_v… in ihevcd_init_function_ptr_sse42() 68 …ps_codec->s_func_selector.ihevc_deblk_luma_horz_fptr = &ihevc_deblk_luma_h… in ihevcd_init_function_ptr_sse42() 69 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_copy_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_sse42() 70 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_copy_w16out_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_sse42() 71 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_horz_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_sse42() 72 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_horz_w16out_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_sse42() 73 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_vert_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_sse42() 74 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_vert_w16inp_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_sse42() [all …]
|
D | ihevcd_function_selector_generic.c | 65 …ps_codec->s_func_selector.ihevc_deblk_chroma_horz_fptr = &ihevc_deblk_chroma… in ihevcd_init_function_ptr_generic() 66 …ps_codec->s_func_selector.ihevc_deblk_chroma_vert_fptr = &ihevc_deblk_chroma… in ihevcd_init_function_ptr_generic() 67 …ps_codec->s_func_selector.ihevc_deblk_luma_vert_fptr = &ihevc_deblk_luma_v… in ihevcd_init_function_ptr_generic() 68 …ps_codec->s_func_selector.ihevc_deblk_luma_horz_fptr = &ihevc_deblk_luma_h… in ihevcd_init_function_ptr_generic() 69 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_copy_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_generic() 70 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_copy_w16out_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_generic() 71 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_horz_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_generic() 72 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_horz_w16out_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_generic() 73 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_vert_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_generic() 74 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_vert_w16inp_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_generic() [all …]
|
D | ihevcd_function_selector_ssse3.c | 65 …ps_codec->s_func_selector.ihevc_deblk_chroma_horz_fptr = &ihevc_deblk_chroma… in ihevcd_init_function_ptr_ssse3() 66 …ps_codec->s_func_selector.ihevc_deblk_chroma_vert_fptr = &ihevc_deblk_chroma… in ihevcd_init_function_ptr_ssse3() 67 …ps_codec->s_func_selector.ihevc_deblk_luma_vert_fptr = &ihevc_deblk_luma_v… in ihevcd_init_function_ptr_ssse3() 68 …ps_codec->s_func_selector.ihevc_deblk_luma_horz_fptr = &ihevc_deblk_luma_h… in ihevcd_init_function_ptr_ssse3() 69 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_copy_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_ssse3() 70 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_copy_w16out_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_ssse3() 71 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_horz_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_ssse3() 72 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_horz_w16out_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_ssse3() 73 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_vert_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_ssse3() 74 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_vert_w16inp_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_ssse3() [all …]
|
/external/libhevc/decoder/riscv64/ |
D | ihevcd_function_selector_generic.c | 65 …ps_codec->s_func_selector.ihevc_deblk_chroma_horz_fptr = &ihevc_deblk_chroma… in ihevcd_init_function_ptr_generic() 66 …ps_codec->s_func_selector.ihevc_deblk_chroma_vert_fptr = &ihevc_deblk_chroma… in ihevcd_init_function_ptr_generic() 67 …ps_codec->s_func_selector.ihevc_deblk_luma_vert_fptr = &ihevc_deblk_luma_v… in ihevcd_init_function_ptr_generic() 68 …ps_codec->s_func_selector.ihevc_deblk_luma_horz_fptr = &ihevc_deblk_luma_h… in ihevcd_init_function_ptr_generic() 69 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_copy_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_generic() 70 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_copy_w16out_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_generic() 71 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_horz_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_generic() 72 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_horz_w16out_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_generic() 73 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_vert_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_generic() 74 …ps_codec->s_func_selector.ihevc_inter_pred_chroma_vert_w16inp_fptr = &ihevc_inter_pred_c… in ihevcd_init_function_ptr_generic() [all …]
|
/external/libhevc/decoder/ |
D | ihevcd_api.c | 925 …ps_codec->apf_inter_pred[1] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_copy_… in ihevcd_update_function_ptr() 926 …ps_codec->apf_inter_pred[2] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_vert_… in ihevcd_update_function_ptr() 927 …ps_codec->apf_inter_pred[3] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr() 928 …ps_codec->apf_inter_pred[4] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr() 929 …ps_codec->apf_inter_pred[5] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_copy_… in ihevcd_update_function_ptr() 930 …ps_codec->apf_inter_pred[6] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_vert_… in ihevcd_update_function_ptr() 931 …ps_codec->apf_inter_pred[7] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr() 932 …ps_codec->apf_inter_pred[8] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_horz_… in ihevcd_update_function_ptr() 933 …ps_codec->apf_inter_pred[9] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_vert_… in ihevcd_update_function_ptr() 934 …ps_codec->apf_inter_pred[10] = (pf_inter_pred)ps_codec->s_func_selector.ihevc_inter_pred_luma_vert… in ihevcd_update_function_ptr() [all …]
|
D | ihevcd_ilf_padding.c | 173 …ps_codec->s_func_selector.ihevc_pad_left_luma_fptr(pu1_cur_ctb_luma - 8 * ps_codec->i4_strd, ps_co… in ihevcd_ilf_pad_frame() 174 …ps_codec->s_func_selector.ihevc_pad_left_chroma_fptr(pu1_cur_ctb_chroma - 8 * ps_codec->i4_strd, p… in ihevcd_ilf_pad_frame() 187 …ps_codec->s_func_selector.ihevc_pad_right_luma_fptr(pu1_cur_ctb_luma + cols_remaining - 8 * ps_cod… in ihevcd_ilf_pad_frame() 188 …ps_codec->s_func_selector.ihevc_pad_right_chroma_fptr(pu1_cur_ctb_chroma + cols_remaining - 8 * ps… in ihevcd_ilf_pad_frame()
|
D | ihevcd_sao.c | 227 …ps_codec->s_func_selector.ihevc_memcpy_fptr(pu1_src_top_luma, &pu1_src_luma[(sao_ht_luma - 1) * sr… in ihevcd_sao_ctb() 289 ps_codec->s_func_selector.ihevc_sao_band_offset_luma_fptr(pu1_src_luma, in ihevcd_sao_ctb() 377 …ps_codec->s_func_selector.ihevc_memcpy_fptr(pu1_src_top_chroma, &pu1_src_chroma[(sao_ht_chroma - 1… in ihevcd_sao_ctb() 437 ps_codec->s_func_selector.ihevc_sao_band_offset_chroma_fptr(pu1_src_chroma, in ihevcd_sao_ctb() 816 …ps_codec->s_func_selector.ihevc_memcpy_fptr(pu1_src_top_luma, &pu1_src_luma[(sao_ht_luma - 1) * sr… in ihevcd_sao_shift_ctb() 828 ps_codec->s_func_selector.ihevc_sao_band_offset_luma_fptr(pu1_src_luma, in ihevcd_sao_shift_ctb() 991 … ps_codec->s_func_selector.ihevc_memset_mul_8_fptr((UWORD8 *)au4_idx_tl, 0, 8 * sizeof(WORD32)); in ihevcd_sao_shift_ctb() 1114 …ps_codec->s_func_selector.ihevc_memcpy_fptr(pu1_src_top_luma, &pu1_src_luma[(sao_ht_luma - 1) * sr… in ihevcd_sao_shift_ctb() 1129 …ps_codec->s_func_selector.ihevc_memcpy_fptr(pu1_src_top_chroma, &pu1_src_chroma[(sao_ht_chroma - 1… in ihevcd_sao_shift_ctb() 1147 ps_codec->s_func_selector.ihevc_sao_band_offset_chroma_fptr(pu1_src_chroma, in ihevcd_sao_shift_ctb() [all …]
|
D | ihevcd_inter_pred.c | 501 ps_codec->s_func_selector.ihevc_weighted_pred_bi_fptr(pi2_tmp1, in ihevcd_inter_pred_ctb() 524 ps_codec->s_func_selector.ihevc_weighted_pred_chroma_bi_fptr(pi2_tmp1, in ihevcd_inter_pred_ctb() 546 ps_codec->s_func_selector.ihevc_weighted_pred_chroma_bi_fptr(pi2_tmp1, in ihevcd_inter_pred_ctb() 588 …ps_codec->s_func_selector.ihevc_weighted_pred_uni_fptr(ps_pu->b2_pred_mode == PRED_L0 ? pi2_tmp1 :… in ihevcd_inter_pred_ctb() 606 …ps_codec->s_func_selector.ihevc_weighted_pred_chroma_uni_fptr(ps_pu->b2_pred_mode == PRED_L0 ? pi2… in ihevcd_inter_pred_ctb() 621 …ps_codec->s_func_selector.ihevc_weighted_pred_chroma_uni_fptr(ps_pu->b2_pred_mode == PRED_L0 ? pi2… in ihevcd_inter_pred_ctb() 651 ps_codec->s_func_selector.ihevc_weighted_pred_bi_default_fptr(pi2_tmp1, in ihevcd_inter_pred_ctb()
|
D | ihevcd_deblk.c | 332 ps_codec->s_func_selector.ihevc_deblk_luma_vert_fptr(pu1_src, src_strd, in ihevcd_deblk_ctb() 474 ps_codec->s_func_selector.ihevc_deblk_luma_horz_fptr(pu1_src, src_strd, in ihevcd_deblk_ctb() 609 ps_codec->s_func_selector.ihevc_deblk_chroma_vert_fptr(pu1_src, in ihevcd_deblk_ctb() 621 ps_codec->s_func_selector.ihevc_deblk_chroma_vert_fptr(pu1_src, in ihevcd_deblk_ctb() 758 ps_codec->s_func_selector.ihevc_deblk_chroma_horz_fptr(pu1_src, in ihevcd_deblk_ctb() 770 ps_codec->s_func_selector.ihevc_deblk_chroma_horz_fptr(pu1_src, in ihevcd_deblk_ctb()
|
D | ihevcd_intra_pred_mode_prediction.c | 303 …ps_codec->s_func_selector.ihevc_memset_fptr(pu1_luma_intra_pred_mode_left + i * block_offset_in_mi… in ihevcd_intra_pred_mode_prediction() 304 …ps_codec->s_func_selector.ihevc_memset_fptr(pu1_luma_intra_pred_mode_top + j * block_offset_in_min… in ihevcd_intra_pred_mode_prediction()
|
D | ihevcd_process_slice.c | 1223 …ps_codec->s_func_selector.ihevc_pad_left_luma_fptr(ps_proc->pu1_cur_ctb_luma - 8 * ps_codec->i4_st… in ihevcd_process() 1224 …ps_codec->s_func_selector.ihevc_pad_left_chroma_fptr(ps_proc->pu1_cur_ctb_chroma - 16 * ps_codec->… in ihevcd_process() 1247 …ps_codec->s_func_selector.ihevc_pad_left_chroma_fptr(ps_proc->pu1_cur_pic_chroma + (ps_sps->i2_pic… in ihevcd_process() 1251 …ps_codec->s_func_selector.ihevc_pad_right_luma_fptr(ps_proc->pu1_cur_ctb_luma + cols_remaining - 8… in ihevcd_process() 1252 …ps_codec->s_func_selector.ihevc_pad_right_chroma_fptr(ps_proc->pu1_cur_ctb_chroma + cols_remaining… in ihevcd_process() 1282 …ps_codec->s_func_selector.ihevc_pad_left_luma_fptr(ps_proc->pu1_cur_ctb_luma - 2 * ctb_size * ps_c… in ihevcd_process() 1283 …ps_codec->s_func_selector.ihevc_pad_left_chroma_fptr(ps_proc->pu1_cur_ctb_chroma - ctb_size * ps_c… in ihevcd_process() 1294 …ps_codec->s_func_selector.ihevc_pad_right_luma_fptr(ps_proc->pu1_cur_ctb_luma + cols_remaining - 2… in ihevcd_process() 1295 …ps_codec->s_func_selector.ihevc_pad_right_chroma_fptr(ps_proc->pu1_cur_ctb_chroma + cols_remaining… in ihevcd_process() 1306 …ps_codec->s_func_selector.ihevc_pad_left_luma_fptr(ps_proc->pu1_cur_pic_luma + ps_codec->i4_strd *… in ihevcd_process() [all …]
|
D | ihevcd_fmt_conv.c | 838 fmt_conv_fptr = ps_codec->s_func_selector.ihevcd_fmt_conv_420sp_to_420sp_fptr; in ihevcd_fmt_conv() 858 fmt_conv_fptr = ps_codec->s_func_selector.ihevcd_fmt_conv_420sp_to_420p_fptr; in ihevcd_fmt_conv() 896 fmt_conv_fptr = ps_codec->s_func_selector.ihevcd_fmt_conv_420sp_to_rgb565_fptr; in ihevcd_fmt_conv() 917 fmt_conv_fptr = ps_codec->s_func_selector.ihevcd_fmt_conv_420sp_to_rgba8888_fptr; in ihevcd_fmt_conv()
|
D | ihevcd_iquant_itrans_recon_ctb.c | 981 … ps_codec->s_func_selector.ihevc_intra_pred_luma_ref_subst_all_avlble_fptr( in ihevcd_iquant_itrans_recon_ctb() 985 ps_codec->s_func_selector.ihevc_intra_pred_luma_ref_substitution_fptr( in ihevcd_iquant_itrans_recon_ctb() 990 ps_codec->s_func_selector.ihevc_intra_pred_ref_filtering_fptr( in ihevcd_iquant_itrans_recon_ctb() 1049 ps_codec->s_func_selector.ihevc_intra_pred_chroma_ref_substitution_fptr( in ihevcd_iquant_itrans_recon_ctb()
|
D | ihevcd_structs.h | 2231 func_selector_t s_func_selector; member
|
D | ihevcd_parse_slice.c | 1051 …ps_codec->s_func_selector.ihevc_memset_fptr(pu1_luma_intra_pred_mode_left, INTRA_DC, (cb_size / nu… in ihevcd_parse_coding_unit_intra() 1052 …ps_codec->s_func_selector.ihevc_memset_fptr(pu1_luma_intra_pred_mode_top, INTRA_DC, (cb_size / num… in ihevcd_parse_coding_unit_intra()
|