Searched refs:vpx_scaled_2d (Results 1 - 12 of 12) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_scale.c | 98 sf->predict[1][0][0] = vpx_scaled_2d; 106 sf->predict[0][1][0] = vpx_scaled_2d; 112 sf->predict[0][0][0] = vpx_scaled_2d; 114 sf->predict[0][1][0] = vpx_scaled_2d; 116 sf->predict[1][0][0] = vpx_scaled_2d; 124 sf->predict[1][1][0] = vpx_scaled_2d;
|
/external/libvpx/libvpx/vpx_dsp/ |
H A D | vpx_dsp_rtcd_defs.pl | 401 add_proto qw/void vpx_scaled_2d/, "const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h"; 402 specialize qw/vpx_scaled_2d ssse3/;
|
/external/libvpx/config/arm/ |
H A D | vpx_dsp_rtcd.h | 478 #define vpx_scaled_2d vpx_scaled_2d_c macro
|
/external/libvpx/config/generic/ |
H A D | vpx_dsp_rtcd.h | 476 #define vpx_scaled_2d vpx_scaled_2d_c macro
|
/external/libvpx/config/mips32/ |
H A D | vpx_dsp_rtcd.h | 476 #define vpx_scaled_2d vpx_scaled_2d_c macro
|
/external/libvpx/config/mips64/ |
H A D | vpx_dsp_rtcd.h | 476 #define vpx_scaled_2d vpx_scaled_2d_c macro
|
/external/libvpx/config/arm-neon/ |
H A D | vpx_dsp_rtcd.h | 548 #define vpx_scaled_2d vpx_scaled_2d_c macro
|
/external/libvpx/config/arm64/ |
H A D | vpx_dsp_rtcd.h | 540 #define vpx_scaled_2d vpx_scaled_2d_c macro
|
/external/libvpx/config/mips32-dspr2/ |
H A D | vpx_dsp_rtcd.h | 512 #define vpx_scaled_2d vpx_scaled_2d_c macro
|
/external/libvpx/config/x86/ |
H A D | vpx_dsp_rtcd.h | 621 #define vpx_scaled_2d vpx_scaled_2d_ssse3 macro
|
/external/libvpx/config/x86_64/ |
H A D | vpx_dsp_rtcd.h | 626 #define vpx_scaled_2d vpx_scaled_2d_ssse3 macro
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_encoder.c | 2591 vpx_scaled_2d(src_ptr, src_stride, dst_ptr, dst_stride, 2597 vpx_scaled_2d(src_ptr, src_stride, dst_ptr, dst_stride,
|
Completed in 270 milliseconds