Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Ditt_video_api.h119 IV_YUV_422SP_UV = 0xd, enumerator
Dihevce_enc_loop_pass.c3664 (i4_chroma_format == IV_YUV_422SP_UV) * in ihevce_enc_loop_get_mem_recs()
3728 ((i4_chroma_format == IV_YUV_422SP_UV) ? 2 : 1) * in ihevce_enc_loop_get_mem_recs()
3776 ((i4_chroma_format == IV_YUV_422SP_UV) ? 2 : 1) * in ihevce_enc_loop_get_mem_recs()
3816 ((i4_chroma_format == IV_YUV_422SP_UV) ? 2 : 1) * in ihevce_enc_loop_get_mem_recs()
3855 ((i4_chroma_format == IV_YUV_422SP_UV) ? 1 : 0); in ihevce_enc_loop_get_mem_recs()
3906 (MAX_CHRM_COEFFS_CTB << ((i4_chroma_format == IV_YUV_422SP_UV) ? 1 : 0))) + in ihevce_enc_loop_get_mem_recs()
3918 (MAX_CHRM_COEFFS_CTB << ((i4_chroma_format == IV_YUV_422SP_UV) ? 1 : 0))) * in ihevce_enc_loop_get_mem_recs()
3932 (((i4_chroma_format == IV_YUV_422SP_UV) ? (MAX_CU_SIZE * (MAX_CU_SIZE << 1)) in ihevce_enc_loop_get_mem_recs()
3959 if(i4_chroma_format == IV_YUV_422SP_UV) in ihevce_enc_loop_get_mem_recs()
4395 ps_ctxt->u1_chroma_array_type = (i4_chroma_format == IV_YUV_422SP_UV) ? 2 : 1; in ihevce_enc_loop_init()
[all …]
Dihevce_memory_init.c440 (ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV) ? 2 : 1; in ihevce_mem_manager_init()
750 (ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV); in ihevce_mem_manager_init()
895 ((ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV) in ihevce_mem_manager_init()
1327 num_ctb_horz * ((ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV) in ihevce_mem_manager_init()
1763 ((ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV) in ihevce_mem_manager_init()
1805 if(ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV) in ihevce_mem_manager_init()
2160 num_ctb_horz * ((ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV) in ihevce_mem_manager_init()
Dihevce_hle_interface.c514 ((ps_src_prms->i4_chr_format == IV_YUV_422SP_UV) ? 1 : 0); in ihevce_query_io_buf_req()
552 (ps_src_prms->i4_chr_format == IV_YUV_422SP_UV))) in ihevce_query_io_buf_req()
599 ((ps_src_prms->i4_chr_format == IV_YUV_422SP_UV) ? 1 : 0); in ihevce_query_io_buf_req()
Dihevce_encode_header.c2199 (ps_src_params->i4_chr_format == IV_YUV_422SP_UV)) in ihevce_populate_vps()
2313 ps_sps->i1_chroma_format_idc = (ps_src_params->i4_chr_format == IV_YUV_422SP_UV) ? 2 : 1; in ihevce_populate_sps()
Dihevce_frame_process.c2022 WORD32 chroma_qp = (ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV) in ihevce_get_frame_lambda_prms()
3119 IV_YUV_422SP_UV) in ihevce_enc_frm_proc_slave_thrd()
5056 else if(IV_YUV_422SP_UV == ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format) in ihevce_pre_enc_init()
Dihevce_enc_loop_utils.c429 WORD32 chroma_qp = (ps_ctxt->i4_chroma_format == IV_YUV_422SP_UV) in ihevce_populate_cl_cu_lambda_prms()