Home
last modified time | relevance | path

Searched refs:ihevc_inter_pred_luma_copy (Results 1 – 8 of 8) sorted by relevance

/external/libhevc/
Ddecoder.arm64.mk49 libhevcd_srcs_asm_arm64 += common/arm64/ihevc_inter_pred_luma_copy.s
Ddecoder.arm.mk47 libhevcd_srcs_asm_arm += common/arm/ihevc_inter_pred_luma_copy.s
/external/libhevc/decoder/x86/
Dihevcd_function_selector_generic.c81 …->s_func_selector.ihevc_inter_pred_luma_copy_fptr = &ihevc_inter_pred_luma_copy; in ihevcd_init_function_ptr_generic()
/external/libhevc/decoder/arm/
Dihevcd_function_selector_noneon.c79 …->s_func_selector.ihevc_inter_pred_luma_copy_fptr = &ihevc_inter_pred_luma_copy; in ihevcd_init_function_ptr_noneon()
/external/libhevc/decoder/mips/
Dihevcd_function_selector_mips_generic.c79 …->s_func_selector.ihevc_inter_pred_luma_copy_fptr = &ihevc_inter_pred_luma_copy; in ihevcd_init_function_ptr_mips_generic()
/external/libhevc/common/arm/
Dihevc_inter_pred_luma_copy.s57 @void ihevc_inter_pred_luma_copy (
/external/libhevc/common/
Dihevc_inter_pred.h224 ihevc_inter_pred_ft ihevc_inter_pred_luma_copy; variable
Dihevc_inter_pred_filters.c108 void ihevc_inter_pred_luma_copy(UWORD8 *pu1_src, in ihevc_inter_pred_luma_copy() function