Home
last modified time | relevance | path

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

/external/libhevc/encoder/arm/
Dihevce_ssd_calculator_neon.c64 if(chroma_plane == NULL_PLANE) in ihevce_4x4_ssd_computer_neon()
91 if(chroma_plane == NULL_PLANE) in ihevce_1x8_ssd_computer_neon()
116 if(chroma_plane == NULL_PLANE) in ihevce_1x16_ssd_computer_neon()
143 if(chroma_plane == NULL_PLANE) in ihevce_1x32_ssd_computer_neon()
185 if(chroma_plane == NULL_PLANE) in ihevce_1x64_ssd_computer_neon()
Dihevce_itrans_recon_neon.c237 if(NULL_PLANE == e_chroma_plane) in ihevce_itrans_recon_dc_neon()
249 if(NULL_PLANE == e_chroma_plane) in ihevce_itrans_recon_dc_neon()
262 if(NULL_PLANE == e_chroma_plane) in ihevce_itrans_recon_dc_neon()
275 if(NULL_PLANE == e_chroma_plane) in ihevce_itrans_recon_dc_neon()
/external/libhevc/common/
Dihevc_defs.h138 NULL_PLANE = -1, enumerator
Dihevc_resi_trans.c251 if (e_chroma_plane != NULL_PLANE) in ihevc_resi_trans_4x4()
471 if (e_chroma_plane != NULL_PLANE) in ihevc_resi_trans_8x8()
775 if (e_chroma_plane != NULL_PLANE) in ihevc_resi_trans_16x16()
/external/libhevc/encoder/
Dihevce_sao.c782 s_sao_ctxt.i4_cur_luma_recon_stride, ctb_wd, ctb_ht, NULL_PLANE); in ihevce_sao_analyse()
1149 NULL_PLANE); in ihevce_sao_analyse()
1160 NULL_PLANE); in ihevce_sao_analyse()
Dihevce_common_utils.c407 assert(e_chroma_plane == NULL_PLANE || e_chroma_plane == U_PLANE || e_chroma_plane == V_PLANE); in ihevce_itrans_recon_dc()
408 if(e_chroma_plane == NULL_PLANE) in ihevce_itrans_recon_dc()
Dihevce_enc_loop_utils.c2076 NULL_PLANE); in ihevce_t_q_iq_ssd_scan_fxn()
2192 NULL_PLANE); in ihevce_t_q_iq_ssd_scan_fxn()
2301 pu1_src, pu1_pred, src_strd, pred_strd, trans_size, trans_size, NULL_PLANE); in ihevce_t_q_iq_ssd_scan_fxn()
2377 NULL_PLANE); in ihevce_t_q_iq_ssd_scan_fxn()
2395 NULL_PLANE); in ihevce_t_q_iq_ssd_scan_fxn()
2409 NULL_PLANE); in ihevce_t_q_iq_ssd_scan_fxn()
2435 NULL_PLANE); in ihevce_t_q_iq_ssd_scan_fxn()
2492 NULL_PLANE); in ihevce_t_q_iq_ssd_scan_fxn()
2515 NULL_PLANE); in ihevce_t_q_iq_ssd_scan_fxn()
2532 NULL_PLANE); in ihevce_t_q_iq_ssd_scan_fxn()
[all …]
Dihevce_stasino_helpers.c380 if(NULL_PLANE == e_chroma_plane) in ihevce_inject_stim_into_distortion()
Dihevce_recur_bracketing.c454 pu1_src, &pred[0], (WORD32 *)pi2_tmp, pi2_trans_out, src_stride, 4, 4, NULL_PLANE); in ihevce_pu_calc_4x4_blk()
/external/libhevc/common/arm/
Dihevc_resi_trans_neon.c88 if(e_chroma_plane == NULL_PLANE) in ihevc_resi_trans_4x4_neon()
415 if(NULL_PLANE == e_chroma_plane) \ in ihevc_resi_trans_8x8_neon()
802 if(e_chroma_plane == NULL_PLANE) in load()
1300 chroma_flag = e_chroma_plane != NULL_PLANE; in ihevc_resi_trans_16x16_neon()