Home
last modified time | relevance | path

Searched refs:vpx_scale_rtcd (Results 1 – 21 of 21) sorted by relevance

/external/libvpx/libvpx/vpx_scale/
Dvpx_scale.mk8 SCALE_SRCS-yes += vpx_scale_rtcd.c
9 SCALE_SRCS-yes += vpx_scale_rtcd.pl
16 $(eval $(call rtcd_h_template,vpx_scale_rtcd,vpx_scale/vpx_scale_rtcd.pl))
Dvpx_scale_rtcd.c15 void vpx_scale_rtcd() { once(setup_rtcd_internal); } in vpx_scale_rtcd() function
/external/libvpx/libvpx/test/
Dtest_libvpx.cc26 extern void vpx_scale_rtcd();
69 vpx_scale_rtcd(); in main()
/external/libvpx/
Dgenerate_config.sh100 --sym=vpx_scale_rtcd $3 \
102 $BASE_DIR/$LIBVPX_SRC_DIR/vpx_scale/vpx_scale_rtcd.pl \
103 > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_scale_rtcd.h
DAndroid.bp197 "libvpx/vpx_scale/vpx_scale_rtcd.c",
366 "libvpx/vpx_scale/vpx_scale_rtcd.c",
570 "libvpx/vpx_scale/vpx_scale_rtcd.c",
723 "libvpx/vpx_scale/vpx_scale_rtcd.c",
909 "libvpx/vpx_scale/vpx_scale_rtcd.c",
1102 "libvpx/vpx_scale/vpx_scale_rtcd.c",
1255 "libvpx/vpx_scale/vpx_scale_rtcd.c",
1448 "libvpx/vpx_scale/vpx_scale_rtcd.c",
1601 "libvpx/vpx_scale/vpx_scale_rtcd.c",
1784 "libvpx/vpx_scale/vpx_scale_rtcd.c",
[all …]
/external/libvpx/config/generic/
Dvpx_scale_rtcd.h52 void vpx_scale_rtcd(void);
/external/libvpx/config/arm/
Dvpx_scale_rtcd.h52 void vpx_scale_rtcd(void);
/external/libvpx/config/mips32/
Dvpx_scale_rtcd.h52 void vpx_scale_rtcd(void);
/external/libvpx/config/mips32-msa/
Dvpx_scale_rtcd.h52 void vpx_scale_rtcd(void);
/external/libvpx/config/mips64-msa/
Dvpx_scale_rtcd.h52 void vpx_scale_rtcd(void);
/external/libvpx/config/x86/
Dvpx_scale_rtcd.h52 void vpx_scale_rtcd(void);
/external/libvpx/config/arm64/
Dvpx_scale_rtcd.h52 void vpx_scale_rtcd(void);
/external/libvpx/config/mips64/
Dvpx_scale_rtcd.h52 void vpx_scale_rtcd(void);
/external/libvpx/config/arm-neon/
Dvpx_scale_rtcd.h52 void vpx_scale_rtcd(void);
/external/libvpx/config/x86_64/
Dvpx_scale_rtcd.h52 void vpx_scale_rtcd(void);
/external/libvpx/config/mips32-dspr2/
Dvpx_scale_rtcd.h54 void vpx_scale_rtcd(void);
/external/libvpx/libvpx/build/make/
DAndroid.mk201 $$(rtcd_dep_template_SRCS): vpx_scale_rtcd.h
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c45 vpx_scale_rtcd(); in initialize_dec()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c87 vpx_scale_rtcd(); in vp8_init()
Dvp8_cx_iface.c613 vpx_scale_rtcd(); in vp8e_init()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c737 vpx_scale_rtcd(); in vp9_initialize_enc()