HomeSort by relevance Sort by last modified time
    Searched refs:y_step_q4 (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_vpx_convolve_neon.c 19 int x_step_q4, int y0_q4, int y_step_q4, int w,
24 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS;
31 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w,
36 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h, bd);
42 int x_step_q4, int y0_q4, int y_step_q4,
47 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS;
53 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w,
56 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h,
vpx_convolve_neon.c 19 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4,
29 assert(y_step_q4 == 16);
37 x0_q4, x_step_q4, y0_q4, y_step_q4, w,
42 x_step_q4, y0_q4, y_step_q4, w, h);
48 int x_step_q4, int y0_q4, int y_step_q4, int w,
53 assert(y_step_q4 == 16);
60 x0_q4, x_step_q4, y0_q4, y_step_q4, w,
63 x_step_q4, y0_q4, y_step_q4, w, h);
vpx_scaled_convolve8_neon.c 159 const int y0_q4, const int y_step_q4, const int w, const int h) {
195 y_q4 += y_step_q4;
202 const int y0_q4, const int y_step_q4, const int w, const int h) {
221 y_q4 += y_step_q4;
228 const int y0_q4, const int y_step_q4, const int w, const int h) {
271 y_q4 += y_step_q4;
277 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4,
284 // --Smallest scaling factor is x1/2 ==> y_step_q4 = 32 (Normative).
293 // ==> y_step_q4 = 64. Since w and h are at most 16, the temp buffer is still
297 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS
    [all...]
highbd_vpx_convolve_copy_neon.c 19 int x_step_q4, int y0_q4, int y_step_q4,
25 (void)y_step_q4;
vpx_convolve_copy_neon.c 19 int x_step_q4, int y0_q4, int y_step_q4, int w,
25 (void)y_step_q4;
vpx_convolve_avg_neon.c 19 int y0_q4, int y_step_q4, int w, int h) {
24 (void)y_step_q4;
highbd_vpx_convolve_avg_neon.c 19 int x_step_q4, int y0_q4, int y_step_q4,
25 (void)y_step_q4;
  /external/libvpx/libvpx/vpx_dsp/
vpx_convolve.h 23 int x_step_q4, int y0_q4, int y_step_q4, int w,
30 int x_step_q4, int y0_q4, int y_step_q4,
vpx_convolve.c 70 int y_step_q4, int w, int h) {
83 y_q4 += y_step_q4;
93 int y_step_q4, int w, int h) {
109 y_q4 += y_step_q4;
119 int y0_q4, int y_step_q4, int w, int h) {
121 (void)y_step_q4;
129 int x_step_q4, int y0_q4, int y_step_q4, int w,
132 (void)y_step_q4;
140 int y0_q4, int y_step_q4, int w, int h) {
143 convolve_vert(src, src_stride, dst, dst_stride, filter, y0_q4, y_step_q4, w
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
convolve_common_dspr2.h 28 int32_t x_step_q4, int y0_q4, int y_step_q4,
34 int32_t x_step_q4, int y0_q4, int y_step_q4,
40 int32_t x_step_q4, int y0_q4, int y_step_q4,
50 int32_t x_step_q4, int y0_q4, int y_step_q4,
convolve8_avg_dspr2.c 338 int32_t x_step_q4, int y0_q4, int y_step_q4,
341 assert(y_step_q4 == 16);
346 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h);
372 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h);
381 int32_t x_step_q4, int y0_q4, int y_step_q4, int w,
385 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7;
390 assert(y_step_q4 == 16);
395 x0_q4, x_step_q4, y0_q4, y_step_q4, w,
399 x_step_q4, y0_q4, y_step_q4, w, h);
405 int32_t x_step_q4, int y0_q4, int y_step_q4, int w
    [all...]
convolve2_avg_dspr2.c 223 int32_t x_step_q4, int y0_q4, int y_step_q4,
228 assert(y_step_q4 == 16);
252 x_step_q4, y0_q4, y_step_q4, w, h);
convolve2_vert_dspr2.c 205 int32_t x_step_q4, int y0_q4, int y_step_q4,
210 assert(y_step_q4 == 16);
233 x_step_q4, y0_q4, y_step_q4, w, h);
convolve8_vert_dspr2.c 322 int x_step_q4, int y0_q4, int y_step_q4, int w,
325 assert(y_step_q4 == 16);
330 x_step_q4, y0_q4, y_step_q4, w, h);
354 x_step_q4, y0_q4, y_step_q4, w, h);
convolve8_avg_horiz_dspr2.c     [all...]
convolve8_horiz_dspr2.c     [all...]
convolve8_dspr2.c     [all...]
vpx_convolve8_msa.c 546 int32_t y_step_q4, int32_t w, int32_t h) {
552 assert(y_step_q4 == 16);
591 x_step_q4, y0_q4, y_step_q4, w, h);
597 y0_q4, y_step_q4, w, h);
627 x_step_q4, y0_q4, y_step_q4, w, h);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
convolve.h 27 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \
32 (void)y_step_q4; \
72 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \
81 assert(y_step_q4 == 16); \
85 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w, \
89 y_step_q4, w, h); \
93 x_step_q4, y0_q4, y_step_q4, w, h + 1); \
95 x0_q4, x_step_q4, y0_q4, y_step_q4, w, \
113 int x_step_q4, int y0_q4, int y_step_q4, int w, int h, int bd) { \
165 y_step_q4, w, h, bd);
    [all...]
vpx_asm_stubs.c 45 // int32_t x_step_q4, int y0_q4, int y_step_q4,
50 // int32_t x_step_q4, int y0_q4, int y_step_q4,
56 // int y_step_q4, int w, int h);
60 // int32_t x_step_q4, int y0_q4, int y_step_q4,
63 FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - src_stride * 3, , sse2);
65 FUN_CONV_1D(avg_vert, y0_q4, y_step_q4, v, src - src_stride * 3, avg_, sse2);
70 // int32_t x_step_q4, int y0_q4, int y_step_q4,
75 // int32_t x_step_q4, int y0_q4, int y_step_q4,
114 // int y_step_q4,
123 // int y_step_q4,
    [all...]
vpx_subpixel_8t_intrin_ssse3.c 217 // int32_t x_step_q4, int y0_q4, int y_step_q4,
222 // int32_t x_step_q4, int y0_q4, int y_step_q4,
228 // int y_step_q4, int w, int h);
233 // int y_step_q4, int w, int h);
235 FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - src_stride * 3, , ssse3);
237 FUN_CONV_1D(avg_vert, y0_q4, y_step_q4, v, src - src_stride * 3, avg_, ssse3);
418 const int y0_q4, const int y_step_q4, const int w, const int h) {
433 y_q4 += y_step_q4;
451 const int y0_q4, const int y_step_q4, const int w, const int h) {
464 y_q4 += y_step_q4;
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 62 sf->y_step_q4 = scaled_y(16, sf);
80 if (sf->y_step_q4 == 16) {
98 if (sf->y_step_q4 == 16) {
119 if ((sf->x_step_q4 != 16) || (sf->y_step_q4 != 16)) {
130 if (sf->y_step_q4 == 16) {
148 if (sf->y_step_q4 == 16) {
vp9_scale.h 29 int y_step_q4; member in struct:scale_factors
  /external/libvpx/libvpx/vpx_dsp/ppc/
vpx_convolve_vsx.c 57 int y0_q4, int32_t y_step_q4, int32_t w, int32_t h) {
62 (void)y_step_q4;
136 int y0_q4, int32_t y_step_q4, int32_t w, int32_t h) {
152 x_step_q4, y0_q4, y_step_q4, w, h);
256 int y_step_q4, int w, int h) {
266 y_q4 += y_step_q4;
276 int y_step_q4, int w, int h) {
287 y_q4 += y_step_q4;
297 int x_step_q4, int y0_q4, int y_step_q4, int w,
304 // --Smallest scaling factor is x1/2 ==> y_step_q4 = 32 (Normative)
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 35 void vpx_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
36 void vpx_convolve8_msa(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
39 void vpx_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
40 void vpx_convolve8_avg_msa(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
43 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
44 void vpx_convolve8_avg_horiz_msa(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
47 void vpx_convolve8_avg_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
48 void vpx_convolve8_avg_vert_msa(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
51 void vpx_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
52 void vpx_convolve8_horiz_msa(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h)
    [all...]

Completed in 167 milliseconds

1 2 3