HomeSort by relevance Sort by last modified time
    Searched refs:pu1_uv_dst (Results 1 - 3 of 3) sorted by null

  /external/libhevc/decoder/
ihevcd_fmt_conv.h 70 UWORD8 *pu1_uv_dst,
ihevcd_iquant_itrans_recon_ctb.c 722 UWORD8 *pu1_uv_dst = pu1_uv_dst_ctb; local
734 pu1_uv_dst += tu_x + (tu_y >> 1) * pic_strd;
754 pu1_uv_dst = pu1_uv_dst + chroma_yuv420sp_vu_u_offset;
761 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++;
765 pu1_uv_dst = pu1_uv_dst + 1 + chroma_yuv420sp_vu_v_offset;
772 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++;
    [all...]
ihevcd_fmt_conv.c 85 * @param[in] pu1_uv_dst
349 * @param[in] pu1_uv_dst
382 UWORD8 *pu1_uv_dst,
413 pu1_dst = (UWORD8 *)pu1_uv_dst;
449 * @param[in] pu1_uv_dst
481 UWORD8 *pu1_uv_dst,
512 pu1_dst = (UWORD8 *)pu1_uv_dst;

Completed in 49 milliseconds