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.c2660 ASSERT((e_chroma_plane == U_PLANE) || (e_chroma_plane == V_PLANE)); in ihevce_chroma_it_recon_fxn()
6376 U_PLANE); in ihevce_distortion_based_intra_chroma_mode_selector()
6829 U_PLANE); in ihevce_intra_chroma_pred_mode_selector()
6845 U_PLANE); in ihevce_intra_chroma_pred_mode_selector()
6859 U_PLANE); in ihevce_intra_chroma_pred_mode_selector()
6873 U_PLANE); in ihevce_intra_chroma_pred_mode_selector()
6913 U_PLANE); in ihevce_intra_chroma_pred_mode_selector()
7610 U_PLANE); in ihevce_chroma_cu_prcs_rdopt()
7615 ->au1_bufId_with_winning_ChromaRecon[U_PLANE][ctr] in ihevce_chroma_cu_prcs_rdopt()
7621 ->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()
1023 UWORD8 *pu1_src = (U_PLANE == e_chroma_plane) ? pu1_uv_src_bp : pu1_uv_src_bp + 1; in ihevce_chroma_interleave_2d_copy()
1024 UWORD8 *pu1_dst = (U_PLANE == e_chroma_plane) ? pu1_uv_dst_bp : pu1_uv_dst_bp + 1; in ihevce_chroma_interleave_2d_copy()
Dihevce_defs.h970 U_PLANE = 0, enumerator
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/encoder/arm/
Dihevce_copy_neon.c72 assert((e_chroma_plane == U_PLANE) || (e_chroma_plane == V_PLANE)); in ihevce_chroma_interleave_2d_copy_neon()