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

  /prebuilts/go/darwin-x86/src/runtime/
vlop_arm.s 113 #define Rq R0 // input d, output q
121 CLZ Rq, Rs // find normalizing shift
122 MOVW.S Rq<<Rs, Ra
128 RSB $0, Rq, RM // M = -q
129 MOVW.PL Ra<<Rs, Rq
132 MUL.PL RM, Rq, Ra // a = -q*d
134 MULAWT Ra, Rq, Rq, Rq // q approx q-(q*q*d>>32)
138 MUL.NE RM, Rq, R
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
vlop_arm.s 113 #define Rq R0 // input d, output q
121 CLZ Rq, Rs // find normalizing shift
122 MOVW.S Rq<<Rs, Ra
128 RSB $0, Rq, RM // M = -q
129 MOVW.PL Ra<<Rs, Rq
132 MUL.PL RM, Rq, Ra // a = -q*d
134 MULAWT Ra, Rq, Rq, Rq // q approx q-(q*q*d>>32)
138 MUL.NE RM, Rq, R
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
block.cpp 87 int Qq, Rq, q_bits, qp_const, quant;
145 Rq = video->QPy_mod_6;
156 quant = quant_coef[Rq][k];
171 quant = dequant_coefres[Rq][k];
372 int Rq, Qq, quant, q_bits, qp_const;
455 Rq = video->QPy_mod_6;
457 quant = quant_coef[Rq][0];
502 quant = dequant_coefres[Rq][0];
594 quant = quant_coef[Rq][k];
606 quant = dequant_coefres[Rq][k]
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h 314 void Intra16DCTrans(int16 *block, int Qq, int Rq);
344 void ChromaDCTrans(int16 *block, int Qq, int Rq);
  /external/ceres-solver/internal/ceres/
rotation_test.cc 857 double Rq[3][3];
858 QuaternionToScaledRotation<double>(q, Rq[0]);
859 ExpectArraysClose(9, Q[0], Rq[0], kTolerance);
862 QuaternionToRotation<double>(q, Rq[0]);
863 ExpectArraysClose(9, R[0], Rq[0], kTolerance);
    [all...]
  /external/v8/test/mjsunit/asm/sqlite3/
sqlite-pointer-masking.js     [all...]
sqlite-safe-heap.js     [all...]