• Home
  • Raw
  • Download

Lines Matching refs:int16_t

28 void ff_vertical_compose53iL0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int width); \
29 void ff_vertical_compose_dirac53iH0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int width); \
30 void ff_vertical_compose_dd137iL0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int16_t *b3, int16_t
31 void ff_vertical_compose_dd97iH0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int16_t *b3, int16_t *…
32 void ff_vertical_compose_haar##ext(int16_t *b0, int16_t *b1, int width); \
33 void ff_horizontal_compose_haar0i##ext(int16_t *b, int16_t *tmp, int w);\
34 void ff_horizontal_compose_haar1i##ext(int16_t *b, int16_t *tmp, int w);\
39 int16_t *b0 = (int16_t *)_b0; \
40 int16_t *b1 = (int16_t *)_b1; \
41 int16_t *b2 = (int16_t *)_b2; \
52 int16_t *b0 = (int16_t *)_b0; \
53 int16_t *b1 = (int16_t *)_b1; \
54 int16_t *b2 = (int16_t *)_b2; \
66 int16_t *b0 = (int16_t *)_b0; \
67 int16_t *b1 = (int16_t *)_b1; \
68 int16_t *b2 = (int16_t *)_b2; \
69 int16_t *b3 = (int16_t *)_b3; \
70 int16_t *b4 = (int16_t *)_b4; \
82 int16_t *b0 = (int16_t *)_b0; \
83 int16_t *b1 = (int16_t *)_b1; \
84 int16_t *b2 = (int16_t *)_b2; \
85 int16_t *b3 = (int16_t *)_b3; \
86 int16_t *b4 = (int16_t *)_b4; \
96 int16_t *b0 = (int16_t *)_b0; \
97 int16_t *b1 = (int16_t *)_b1; \
110 int16_t *b = (int16_t *)_b; \
111 int16_t *tmp = (int16_t *)_tmp; \
124 int16_t *b = (int16_t *)_b; \
125 int16_t *tmp = (int16_t *)_tmp; \
143 void ff_horizontal_compose_dd97i_ssse3(int16_t *_b, int16_t *_tmp, int w);
149 int16_t *b = (int16_t *)_b; in horizontal_compose_dd97i_ssse3()
150 int16_t *tmp = (int16_t *)_tmp; in horizontal_compose_dd97i_ssse3()