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

  /external/libhevc/encoder/
ihevce_enc_loop_utils.c     [all...]
ihevce_common_utils.c 407 assert(e_chroma_plane == NULL_PLANE || e_chroma_plane == U_PLANE || e_chroma_plane == V_PLANE);
1023 UWORD8 *pu1_src = (U_PLANE == e_chroma_plane) ? pu1_uv_src_bp : pu1_uv_src_bp + 1;
1024 UWORD8 *pu1_dst = (U_PLANE == e_chroma_plane) ? pu1_uv_dst_bp : pu1_uv_dst_bp + 1;
    [all...]
ihevce_defs.h 970 U_PLANE = 0,
ihevce_tu_tree_selector.c     [all...]
  /external/libhevc/encoder/arm/
ihevce_copy_neon.c 72 assert((e_chroma_plane == U_PLANE) || (e_chroma_plane == V_PLANE));

Completed in 1280 milliseconds