Home
last modified time | relevance | path

Searched refs:e_ref_chroma_fmt (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/decoder/
Dihevcd_structs.h1772 IV_COLOR_FORMAT_T e_ref_chroma_fmt; member
Dihevcd_fmt_conv.c740 is_u_first = (IV_YUV_420SP_UV == ps_codec->e_ref_chroma_fmt) ? 1 : 0; in ihevcd_fmt_conv()
Dihevcd_inter_pred.c188 chroma_yuv420sp_vu = (ps_codec->e_ref_chroma_fmt == IV_YUV_420SP_VU); in ihevcd_inter_pred_ctb()
Dihevcd_process_slice.c1032 … ps_proc->s_deblk_ctxt.is_chroma_yuv420sp_vu = (ps_codec->e_ref_chroma_fmt == IV_YUV_420SP_VU); in ihevcd_process()
1142 … ps_proc->s_sao_ctxt.is_chroma_yuv420sp_vu = (ps_codec->e_ref_chroma_fmt == IV_YUV_420SP_VU); in ihevcd_process()
Dihevcd_iquant_itrans_recon_ctb.c682 WORD32 chroma_yuv420sp_vu = (ps_codec->e_ref_chroma_fmt == IV_YUV_420SP_VU); in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_api.c1535 ps_codec->e_ref_chroma_fmt = IV_YUV_420SP_UV; in ihevcd_init()
1542 ps_codec->e_ref_chroma_fmt = IV_YUV_420SP_VU; in ihevcd_init()
Dihevcd_parse_slice.c3329 …ps_codec->s_parse.s_deblk_ctxt.is_chroma_yuv420sp_vu = (ps_codec->e_ref_chroma_fmt == IV_YUV_420SP… in ihevcd_parse_slice_data()