Home
last modified time | relevance | path

Searched refs:i4_chroma_format (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_loop_pass.c3479 WORD32 i4_chroma_format = ps_init_prms->s_src_prms.i4_chr_format; in ihevce_enc_loop_get_mem_recs() local
3664 (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()
[all …]
Dihevce_enc_loop_structs.h2588 WORD32 i4_chroma_format; member
Dihevce_enc_loop_utils.c429 WORD32 chroma_qp = (ps_ctxt->i4_chroma_format == IV_YUV_422SP_UV) in ihevce_populate_cl_cu_lambda_prms()
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c458 WORD32 i4_share_disp_buf, i4_chroma_format; in impeg2d_fill_mem_rec() local
487 i4_chroma_format = ps_ip->e_output_format; in impeg2d_fill_mem_rec()
491 i4_chroma_format = -1; in impeg2d_fill_mem_rec()
504 if( (i4_chroma_format != IV_YUV_420P) && in impeg2d_fill_mem_rec()
505 (i4_chroma_format != IV_YUV_420SP_UV) && in impeg2d_fill_mem_rec()
506 (i4_chroma_format != IV_YUV_420SP_VU)) in impeg2d_fill_mem_rec()
638 else if(IV_YUV_420P != i4_chroma_format) in impeg2d_fill_mem_rec()
687 if(IV_YUV_420P != i4_chroma_format) in impeg2d_fill_mem_rec()