/external/libavc/test/encoder/ |
D | psnr.c | 120 || (IV_YUV_420SP_VU == ps_buf1->e_color_fmt)) in compute_psnr() 149 || (IV_YUV_420SP_VU == ps_buf2->e_color_fmt)) in compute_psnr()
|
/external/libavc/decoder/ |
D | iv.h | 85 IV_YUV_420SP_VU = 0xc, enumerator
|
D | ih264d_api.c | 307 != IV_YUV_420SP_VU)) in api_check_struct_sanity() 1438 != IV_YUV_420SP_VU)) in ih264d_allocate_static_bufs() 1847 || (u1_chroma_format == IV_YUV_420SP_VU)) in ih264d_get_outbuf_size() 1867 || (u1_chroma_format == IV_YUV_420SP_VU)) in ih264d_get_outbuf_size() 3046 || (ps_dec->u1_chroma_format == IV_YUV_420SP_VU)) in ih264d_get_status() 3087 || (ps_dec->u1_chroma_format == IV_YUV_420SP_VU)) in ih264d_get_status() 3743 || (ps_dec->u1_chroma_format == IV_YUV_420SP_VU)) in ih264d_get_frame_dimensions()
|
D | ih264d_format_conv.c | 740 (pv_disp_op->e_output_format == IV_YUV_420SP_VU)) in ih264d_format_convert()
|
D | ih264d_utils.c | 1124 || (pv_disp_op->e_output_format == IV_YUV_420SP_VU)) in ih264d_get_next_display_field() 1772 || (ps_dec->u1_chroma_format == IV_YUV_420SP_VU) in ih264d_create_pic_buffers() 2154 || (ps_dec->u1_chroma_format == IV_YUV_420SP_VU) in ih264d_allocate_dynamic_bufs()
|
/external/libhevc/common/ |
D | iv.h | 83 IV_YUV_420SP_VU = 0xc, enumerator
|
/external/libmpeg2/common/ |
D | iv.h | 99 IV_YUV_420SP_VU = 0xc, enumerator
|
/external/libhevc/fuzzer/ |
D | hevc_dec_fuzzer.cpp | 38 IV_YUV_420P, IV_YUV_420SP_UV, IV_YUV_420SP_VU, 223 case IV_YUV_420SP_VU: in allocFrame()
|
/external/libavc/fuzzer/ |
D | avc_dec_fuzzer.cpp | 38 IV_YUV_420P, IV_YUV_420SP_UV, IV_YUV_420SP_VU, 219 case IV_YUV_420SP_VU: in allocFrame()
|
D | avc_enc_fuzzer.cpp | 43 IV_YUV_420SP_VU}; 271 sFillMemRecIp.e_color_format = IV_YUV_420SP_VU; in initEncoder() 964 case IV_YUV_420SP_VU: { in setEncParams()
|
D | README.md | 122 | `e_inp_color_fmt` | 0. `IV_YUV_420P` 1. `IV_YUV_420SP_UV` 2. `IV_YUV_422ILE` 3. `IV_YUV_420SP_VU`…
|
/external/libhevc/encoder/ |
D | itt_video_api.h | 118 IV_YUV_420SP_VU = 0xc, enumerator
|
/external/libavc/encoder/ |
D | iv2.h | 85 IV_YUV_420SP_VU = 0x2, enumerator
|
D | ih264e_core_coding.c | 2041 UWORD32 u4_swap_uv = ps_codec->s_cfg.e_inp_color_fmt == IV_YUV_420SP_VU; in ih264e_code_chroma_intra_macroblock_8x8() 2300 UWORD32 u4_swap_uv = ps_codec->s_cfg.e_inp_color_fmt == IV_YUV_420SP_VU; in ih264e_code_chroma_inter_macroblock_8x8()
|
D | ih264e_fmt_conv.c | 846 (IV_YUV_420SP_VU == ps_codec->s_cfg.e_recon_color_fmt)) in ih264e_fmt_conv()
|
D | ih264e_api.c | 196 case IV_YUV_420SP_VU: in api_check_input_dimensions() 539 && (ps_ip->s_ive_ip.e_inp_color_fmt != IV_YUV_420SP_VU)) in api_check_struct_sanity() 549 && (ps_ip->s_ive_ip.e_recon_color_fmt != IV_YUV_420SP_VU)) in api_check_struct_sanity() 1050 && (ps_ip->s_ive_ip.e_inp_color_fmt != IV_YUV_420SP_VU)) in api_check_struct_sanity() 2994 (ps_cfg->e_inp_color_fmt == IV_YUV_420SP_VU) ? in ih264e_init() 2995 IV_YUV_420SP_VU : IV_YUV_420SP_UV; in ih264e_init() 5186 || (ps_ip->s_ive_ip.e_inp_color_fmt == IV_YUV_420SP_VU)) in ih264e_get_buf_info()
|
/external/libmpeg2/fuzzer/ |
D | mpeg2_dec_fuzzer.cpp | 40 IV_YUV_420SP_VU}; 294 case IV_YUV_420SP_VU: in allocFrame()
|
/external/libmpeg2/decoder/ |
D | impeg2d_api_main.c | 506 (i4_chroma_format != IV_YUV_420SP_VU)) in impeg2d_fill_mem_rec() 1204 …c_state->i4_chromaFormat == IV_YUV_420SP_UV) || (ps_dec_state->i4_chromaFormat == IV_YUV_420SP_VU)) in impeg2d_api_get_status() 1327 || (ps_codec->i4_chromaFormat == IV_YUV_420SP_VU)) in impeg2d_get_frame_dimensions() 1497 || (u1_chroma_format == IV_YUV_420SP_VU)) in impeg2d_get_outbuf_size() 1521 || (u1_chroma_format == IV_YUV_420SP_VU)) in impeg2d_get_outbuf_size() 1653 (u4_chroma_format != IV_YUV_420SP_VU)) in impeg2d_api_init() 2423 …t.e_output_format != IV_YUV_420SP_UV)&&(ps_ip->s_ivd_init_ip_t.e_output_format != IV_YUV_420SP_VU)) in impeg2d_api_check_struct_sanity() 3341 case IV_YUV_420SP_VU: in impeg2d_api_entity() 3429 case IV_YUV_420SP_VU: in impeg2d_api_entity()
|
D | impeg2d_deinterlace.c | 245 (ps_dec->i4_chromaFormat != IV_YUV_420SP_VU)) in impeg2d_deinterlace()
|
D | impeg2d_pic_proc.c | 110 (ps_dec->i4_chromaFormat == IV_YUV_420SP_VU)) in impeg2d_format_convert()
|
/external/libhevc/decoder/ |
D | ihevcd_api.c | 236 != IV_YUV_420SP_VU)) in api_check_struct_sanity() 1061 if(IV_YUV_420SP_VU == ps_codec->e_chroma_fmt) in ihevcd_init() 1063 ps_codec->e_ref_chroma_fmt = IV_YUV_420SP_VU; in ihevcd_init() 1194 (ps_create_ip->s_ivd_create_ip_t.e_output_format != IV_YUV_420SP_VU)) in ihevcd_allocate_static_bufs() 2487 || (ps_codec->e_chroma_fmt == IV_YUV_420SP_VU)) in ihevcd_get_status() 2572 || (ps_codec->e_chroma_fmt == IV_YUV_420SP_VU)) in ihevcd_get_status() 2647 || (ps_codec->e_chroma_fmt == IV_YUV_420SP_VU)) in ihevcd_get_buf_info() 2742 || (ps_codec->e_chroma_fmt == IV_YUV_420SP_VU)) in ihevcd_get_buf_info() 3125 || (ps_codec->e_chroma_fmt == IV_YUV_420SP_VU)) in ihevcd_get_frame_dimensions()
|
D | ihevcd_utils.c | 751 || (ps_codec->e_chroma_fmt == IV_YUV_420SP_VU)) in ihevcd_check_out_buf_size() 779 || (ps_codec->e_chroma_fmt == IV_YUV_420SP_VU)) in ihevcd_check_out_buf_size()
|
D | ihevcd_inter_pred.c | 188 chroma_yuv420sp_vu = (ps_codec->e_ref_chroma_fmt == IV_YUV_420SP_VU); in ihevcd_inter_pred_ctb()
|
D | ihevcd_fmt_conv.c | 833 … if((IV_YUV_420SP_UV == ps_codec->e_chroma_fmt) || (IV_YUV_420SP_VU == ps_codec->e_chroma_fmt)) in ihevcd_fmt_conv()
|
/external/libhevc/test/decoder/ |
D | main.c | 992 || (ps_app_ctx->e_output_chroma_format == IV_YUV_420SP_VU)) in dump_output() 1197 ps_app_ctx->e_output_chroma_format = IV_YUV_420SP_VU; in parse_argument() 2291 case IV_YUV_420SP_VU: in hevcdec_main()
|