Searched refs:NULL_PLANE (Results 1 – 10 of 10) sorted by relevance
/external/libhevc/encoder/arm/ |
D | ihevce_ssd_calculator_neon.c | 64 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()
|
D | ihevce_itrans_recon_neon.c | 237 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/ |
D | ihevc_defs.h | 138 NULL_PLANE = -1, enumerator
|
D | ihevc_resi_trans.c | 251 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/ |
D | ihevce_sao.c | 782 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()
|
D | ihevce_common_utils.c | 407 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()
|
D | ihevce_enc_loop_utils.c | 2076 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 …]
|
D | ihevce_stasino_helpers.c | 380 if(NULL_PLANE == e_chroma_plane) in ihevce_inject_stim_into_distortion()
|
D | ihevce_recur_bracketing.c | 454 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/ |
D | ihevc_resi_trans_neon.c | 88 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()
|