Searched refs:shiftop (Results 1 - 2 of 2) sorted by relevance
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.cc | 717 InstructionCondRROp shiftop = NULL; 720 shiftop = &Assembler::lsl; 723 shiftop = &Assembler::lsr; 726 shiftop = &Assembler::asr; 733 shiftop = &Assembler::ror; 738 if (shiftop != NULL) { 742 (this->*shiftop)(cond, 835 InstructionCondRROp shiftop = NULL; 838 shiftop = &Assembler::lsl; 841 shiftop 1031 InstructionCondRROp shiftop = NULL; Delegate() local [all...] |
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 2748 // butterfly a/b, then shift using "shiftop" by "s" and pack in stbi__idct_simd() 2749 #define dct_bfly32o(out0,out1, a,b,shiftop,s) \ in stbi__idct_simd() 2753 out0 = vcombine_s16(shiftop(sum_l, s), shiftop(sum_h, s)); \ in stbi__idct_simd() 2754 out1 = vcombine_s16(shiftop(dif_l, s), shiftop(dif_h, s)); \ in stbi__idct_simd() 2757 #define dct_pass(shiftop, shift) \ in stbi__idct_simd() 2791 dct_bfly32o(row0,row7, x0,x7,shiftop,shift); \ in stbi__idct_simd() 2792 dct_bfly32o(row1,row6, x1,x6,shiftop,shift); \ in stbi__idct_simd() 2793 dct_bfly32o(row2,row5, x2,x5,shiftop,shif in stbi__idct_simd() [all...] |
Completed in 9 milliseconds