Home
last modified time | relevance | path

Searched refs:vpx_scale_rtcd (Results 1 – 15 of 15) 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();
71 vpx_scale_rtcd(); in main()
/external/libvpx/
Dgenerate_config.sh92 --sym=vpx_scale_rtcd $3 \
94 $BASE_DIR/$LIBVPX_SRC_DIR/vpx_scale/vpx_scale_rtcd.pl \
95 > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_scale_rtcd.h
DAndroid.bp218 "libvpx/vpx_scale/vpx_scale_rtcd.c",
464 "libvpx/vpx_scale/vpx_scale_rtcd.c",
616 "libvpx/vpx_scale/vpx_scale_rtcd.c",
810 "libvpx/vpx_scale/vpx_scale_rtcd.c",
1048 "libvpx/vpx_scale/vpx_scale_rtcd.c",
/external/libvpx/config/arm-neon/
Dvpx_scale_rtcd.h56 void vpx_scale_rtcd(void);
/external/libvpx/config/x86/
Dvpx_scale_rtcd.h56 void vpx_scale_rtcd(void);
/external/libvpx/config/arm64/
Dvpx_scale_rtcd.h56 void vpx_scale_rtcd(void);
/external/libvpx/config/x86_64/
Dvpx_scale_rtcd.h56 void vpx_scale_rtcd(void);
/external/libvpx/config/generic/
Dvpx_scale_rtcd.h56 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.c93 vpx_scale_rtcd(); in vp8_init()
Dvp8_cx_iface.c612 vpx_scale_rtcd(); in vp8e_init()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c892 vpx_scale_rtcd(); in vp9_initialize_enc()