Lines Matching refs:width_align
38 int i, width_align = width&~(align-1); \
43 for(i=width_align; i<width; i++) \
46 ff_vertical_compose53iL0##ext(b0, b1, b2, width_align); \
51 int i, width_align = width&~(align-1); \
56 for(i=width_align; i<width; i++) \
59 ff_vertical_compose_dirac53iH0##ext(b0, b1, b2, width_align); \
65 int i, width_align = width&~(align-1); \
72 for(i=width_align; i<width; i++) \
75 ff_vertical_compose_dd137iL0##ext(b0, b1, b2, b3, b4, width_align); \
81 int i, width_align = width&~(align-1); \
88 for(i=width_align; i<width; i++) \
91 ff_vertical_compose_dd97iH0##ext(b0, b1, b2, b3, b4, width_align); \
95 int i, width_align = width&~(align-1); \
99 for(i=width_align; i<width; i++) { \
104 ff_vertical_compose_haar##ext(b0, b1, width_align); \