Searched refs:pu1_uv_dst (Results 1 – 8 of 8) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_format_conv.c | 376 UWORD8 *pu1_uv_dst, in ih264d_fmt_conv_420sp_to_420sp() argument 407 pu1_dst = (UWORD8 *)pu1_uv_dst; in ih264d_fmt_conv_420sp_to_420sp() 473 UWORD8 *pu1_uv_dst, in ih264d_fmt_conv_420sp_to_420sp_swap_uv() argument 504 pu1_dst = (UWORD8 *)pu1_uv_dst; in ih264d_fmt_conv_420sp_to_420sp_swap_uv() 742 UWORD8* pu1_y_dst, *pu1_uv_dst; in ih264d_format_convert() local 747 pu1_uv_dst = (UWORD8 *)pv_disp_op->s_disp_frm_buf.pv_u_buf; in ih264d_format_convert() 748 pu1_uv_dst += start_uv * pv_disp_op->s_disp_frm_buf.u4_u_strd; in ih264d_format_convert() 755 pu1_uv_dst, in ih264d_format_convert() 768 pu1_uv_dst, in ih264d_format_convert()
|
D | ih264d_format_conv.h | 81 UWORD8 *pu1_uv_dst, 92 UWORD8 *pu1_uv_dst,
|
/external/libavc/encoder/ |
D | ih264e_fmt_conv.c | 362 UWORD8 *pu1_uv_dst, in ih264e_fmt_conv_420sp_to_420sp() argument 393 pu1_dst = (UWORD8 *) pu1_uv_dst; in ih264e_fmt_conv_420sp_to_420sp() 414 UWORD8 *pu1_uv_dst, in ih264e_fmt_conv_420sp_to_420sp_swap_uv() argument 445 pu1_dst = (UWORD8 *) pu1_uv_dst; in ih264e_fmt_conv_420sp_to_420sp_swap_uv() 598 UWORD8 *pu1_uv_dst, in ih264e_fmt_conv_420p_to_420sp() argument 636 pu1_dst = pu1_uv_dst; in ih264e_fmt_conv_420p_to_420sp()
|
D | ih264e_fmt_conv.h | 79 UWORD8 *pu1_uv_dst, 102 UWORD8 *pu1_y_dst, UWORD8 *pu1_uv_dst,
|
D | ih264e_structs.h | 153 UWORD8 *pu1_y_dst, UWORD8 *pu1_uv_dst,
|
/external/libhevc/decoder/ |
D | ihevcd_iquant_itrans_recon_ctb.c | 722 UWORD8 *pu1_uv_dst = pu1_uv_dst_ctb; in ihevcd_iquant_itrans_recon_ctb() local 734 pu1_uv_dst += tu_x + (tu_y >> 1) * pic_strd; in ihevcd_iquant_itrans_recon_ctb() 754 pu1_uv_dst = pu1_uv_dst + chroma_yuv420sp_vu_u_offset; in ihevcd_iquant_itrans_recon_ctb() 761 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++; in ihevcd_iquant_itrans_recon_ctb() 765 pu1_uv_dst = pu1_uv_dst + 1 + chroma_yuv420sp_vu_v_offset; in ihevcd_iquant_itrans_recon_ctb() 772 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++; in ihevcd_iquant_itrans_recon_ctb()
|
D | ihevcd_fmt_conv.c | 382 UWORD8 *pu1_uv_dst, in ihevcd_fmt_conv_420sp_to_420sp() argument 413 pu1_dst = (UWORD8 *)pu1_uv_dst; in ihevcd_fmt_conv_420sp_to_420sp() 481 UWORD8 *pu1_uv_dst, in ihevcd_fmt_conv_420sp_to_420sp_swap_uv() argument 512 pu1_dst = (UWORD8 *)pu1_uv_dst; in ihevcd_fmt_conv_420sp_to_420sp_swap_uv()
|
D | ihevcd_fmt_conv.h | 70 UWORD8 *pu1_uv_dst,
|