Searched refs:vpx_scaled_avg_horiz (Results 1 - 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_scale.c | 105 sf->predict[0][0][1] = vpx_scaled_avg_horiz; 109 sf->predict[1][0][1] = vpx_scaled_avg_horiz;
|
/external/libvpx/libvpx/vpx_dsp/ |
H A D | vpx_dsp_rtcd_defs.pl | 492 add_proto qw/void vpx_scaled_avg_horiz/, "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"; 493 specialize qw/vpx_scaled_avg_horiz/;
|
/external/libvpx/config/generic/ |
H A D | vpx_dsp_rtcd.h | 524 #define vpx_scaled_avg_horiz vpx_scaled_avg_horiz_c macro
|
/external/libvpx/config/mips32/ |
H A D | vpx_dsp_rtcd.h | 524 #define vpx_scaled_avg_horiz vpx_scaled_avg_horiz_c macro
|
/external/libvpx/config/mips64/ |
H A D | vpx_dsp_rtcd.h | 524 #define vpx_scaled_avg_horiz vpx_scaled_avg_horiz_c macro
|
/external/libvpx/config/arm/ |
H A D | vpx_dsp_rtcd.h | 526 #define vpx_scaled_avg_horiz vpx_scaled_avg_horiz_c macro
|
/external/libvpx/config/arm-neon/ |
H A D | vpx_dsp_rtcd.h | 596 #define vpx_scaled_avg_horiz vpx_scaled_avg_horiz_c macro
|
/external/libvpx/config/arm64/ |
H A D | vpx_dsp_rtcd.h | 588 #define vpx_scaled_avg_horiz vpx_scaled_avg_horiz_c macro
|
/external/libvpx/config/mips32-dspr2/ |
H A D | vpx_dsp_rtcd.h | 560 #define vpx_scaled_avg_horiz vpx_scaled_avg_horiz_c macro
|
/external/libvpx/config/x86/ |
H A D | vpx_dsp_rtcd.h | 669 #define vpx_scaled_avg_horiz vpx_scaled_avg_horiz_c macro
|
/external/libvpx/config/x86_64/ |
H A D | vpx_dsp_rtcd.h | 674 #define vpx_scaled_avg_horiz vpx_scaled_avg_horiz_c macro
|
Completed in 179 milliseconds