OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ihevcd_itrans_recon_dc_luma_fptr
(Results
1 - 9
of
9
) sorted by null
/external/libhevc/decoder/
ihevcd_function_selector.h
185
ihevcd_itrans_recon_dc_luma_ft *
ihevcd_itrans_recon_dc_luma_fptr
;
member in struct:__anon15166
ihevcd_api.c
[
all
...]
/external/libhevc/decoder/arm/
ihevcd_function_selector_a9q.c
158
ps_codec->s_func_selector.
ihevcd_itrans_recon_dc_luma_fptr
= &ihevcd_itrans_recon_dc_luma_a9q;
ihevcd_function_selector_noneon.c
158
ps_codec->s_func_selector.
ihevcd_itrans_recon_dc_luma_fptr
= &ihevcd_itrans_recon_dc_luma;
/external/libhevc/decoder/arm64/
ihevcd_function_selector_av8.c
158
ps_codec->s_func_selector.
ihevcd_itrans_recon_dc_luma_fptr
= &ihevcd_itrans_recon_dc_luma_av8;
/external/libhevc/decoder/mips/
ihevcd_function_selector_mips_generic.c
158
ps_codec->s_func_selector.
ihevcd_itrans_recon_dc_luma_fptr
= &ihevcd_itrans_recon_dc_luma;
/external/libhevc/decoder/x86/
ihevcd_function_selector_generic.c
160
ps_codec->s_func_selector.
ihevcd_itrans_recon_dc_luma_fptr
= &ihevcd_itrans_recon_dc_luma;
ihevcd_function_selector_sse42.c
160
ps_codec->s_func_selector.
ihevcd_itrans_recon_dc_luma_fptr
= &ihevcd_itrans_recon_dc_luma_sse42;
ihevcd_function_selector_ssse3.c
160
ps_codec->s_func_selector.
ihevcd_itrans_recon_dc_luma_fptr
= &ihevcd_itrans_recon_dc_luma_ssse3;
Completed in 510 milliseconds