Home
last modified time | relevance | path

Searched refs:U_PLANE (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_loop_utils.c2712 ASSERT((e_chroma_plane == U_PLANE) || (e_chroma_plane == V_PLANE)); in ihevce_chroma_it_recon_fxn()
6284 U_PLANE); in ihevce_distortion_based_intra_chroma_mode_selector()
6687 U_PLANE); in ihevce_intra_chroma_pred_mode_selector()
6703 U_PLANE); in ihevce_intra_chroma_pred_mode_selector()
6717 U_PLANE); in ihevce_intra_chroma_pred_mode_selector()
6731 U_PLANE); in ihevce_intra_chroma_pred_mode_selector()
6771 U_PLANE); in ihevce_intra_chroma_pred_mode_selector()
7468 U_PLANE); in ihevce_chroma_cu_prcs_rdopt()
7473 ->au1_bufId_with_winning_ChromaRecon[U_PLANE][ctr] in ihevce_chroma_cu_prcs_rdopt()
7479 ->au1_bufId_with_winning_ChromaRecon[U_PLANE][ctr] in ihevce_chroma_cu_prcs_rdopt()
[all …]
Dihevce_common_utils.c407 assert(e_chroma_plane == NULL_PLANE || e_chroma_plane == U_PLANE || e_chroma_plane == V_PLANE); in ihevce_itrans_recon_dc()
1027 UWORD8 *pu1_src = (U_PLANE == e_chroma_plane) ? pu1_uv_src_bp : pu1_uv_src_bp + 1; in ihevce_chroma_interleave_2d_copy()
1028 UWORD8 *pu1_dst = (U_PLANE == e_chroma_plane) ? pu1_uv_dst_bp : pu1_uv_dst_bp + 1; in ihevce_chroma_interleave_2d_copy()
Dihevce_tu_tree_selector.c981 U_PLANE); in ihevce_tu_processor()
1236 U_PLANE); in ihevce_debriefer_when_parent_wins()
2263 .au1_bufId_with_winning_ChromaRecon[U_PLANE][pu2_tu_ctr[0]][i] = in ihevce_tu_selector_debriefer()
/external/libhevc/common/
Dihevc_defs.h139 U_PLANE = 0, enumerator
/external/libhevc/encoder/arm/
Dihevce_copy_neon.c72 assert((e_chroma_plane == U_PLANE) || (e_chroma_plane == V_PLANE)); in ihevce_chroma_interleave_2d_copy_neon()