HomeSort by relevance Sort by last modified time
    Searched refs:BILINEAR_INTERPOLATION_BITS (Results 1 - 9 of 9) sorted by null

  /external/pixman/pixman/
pixman-arm-neon-asm-bilinear.S 492 vshll.u16 q0, d2, #BILINEAR_INTERPOLATION_BITS
497 vshrn.u32 d0, q0, #(2 * BILINEAR_INTERPOLATION_BITS)
518 vshll.u16 q0, d2, #BILINEAR_INTERPOLATION_BITS
521 vshll.u16 q10, d22, #BILINEAR_INTERPOLATION_BITS
524 vshrn.u32 d0, q0, #(2 * BILINEAR_INTERPOLATION_BITS)
525 vshrn.u32 d1, q10, #(2 * BILINEAR_INTERPOLATION_BITS)
527 vshr.u16 q15, q12, #(16 - BILINEAR_INTERPOLATION_BITS)
548 vshll.u16 q0, d2, #BILINEAR_INTERPOLATION_BITS
551 vshll.u16 q10, d22, #BILINEAR_INTERPOLATION_BITS
554 vshr.u16 q15, q12, #(16 - BILINEAR_INTERPOLATION_BITS)
    [all...]
pixman-arm-neon-asm.S     [all...]
pixman-inlines.h 87 return (x >> (16 - BILINEAR_INTERPOLATION_BITS)) &
88 ((1 << BILINEAR_INTERPOLATION_BITS) - 1);
91 #if BILINEAR_INTERPOLATION_BITS <= 4
101 distx <<= (4 - BILINEAR_INTERPOLATION_BITS);
102 disty <<= (4 - BILINEAR_INTERPOLATION_BITS);
138 distx <<= (8 - BILINEAR_INTERPOLATION_BITS);
139 disty <<= (8 - BILINEAR_INTERPOLATION_BITS);
184 distx <<= (8 - BILINEAR_INTERPOLATION_BITS);
185 disty <<= (8 - BILINEAR_INTERPOLATION_BITS);
223 #endif // BILINEAR_INTERPOLATION_BITS <=
    [all...]
pixman-mips-dspr2-asm.S     [all...]
pixman-private.h 11 #define BILINEAR_INTERPOLATION_BITS 7
12 #define BILINEAR_INTERPOLATION_RANGE (1 << BILINEAR_INTERPOLATION_BITS)
    [all...]
pixman-mmx.c     [all...]
pixman-sse2.c     [all...]
  /external/pixman/test/
affine-test.c 309 #if BILINEAR_INTERPOLATION_BITS == 8
311 #elif BILINEAR_INTERPOLATION_BITS == 7
313 #elif BILINEAR_INTERPOLATION_BITS == 4
scaling-test.c 378 #if BILINEAR_INTERPOLATION_BITS == 8
380 #elif BILINEAR_INTERPOLATION_BITS == 7
382 #elif BILINEAR_INTERPOLATION_BITS == 4

Completed in 74 milliseconds