HomeSort by relevance Sort by last modified time
    Searched full:mult (Results 151 - 175 of 592) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 176 int mult = 2; local
178 mult = 1;
180 height = 16 * (seqParameterSet.pic_height_in_map_units_minus1 + 1) * mult;
187 int cropUnitY = mult;
190 cropUnitY = seqParameterSet.chroma_format_idc.getSubHeight() * mult;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_lag3.cpp 51 (1) Removed optimization -- mult(i, 3, pOverflow) is NOT the same as adding
52 i to itself 3 times. The reason is because the mult function does a
210 mult(
263 mult(
355 i = mult(
d_plsf_3.cpp 187 mult(
193 mult(
213 mult(
360 mult(
dec_lag6.cpp 51 (1) Removed optimization -- mult(i, 3, pOverflow) is NOT the same as adding
52 i to itself 3 times. The reason is because the mult function does a
208 mult(
297 mult(
  /external/chromium_org/third_party/libwebp/utils/
rescaler.c 136 "mult %[temp1], %[temp2] \n\t"
217 "mult %[temp3], %[temp4] \n\t"
226 "mult %[temp3], %[temp4] \n\t"
  /external/chromium_org/third_party/sqlite/src/src/
test3.c 445 u32 start, mult, count, incr; local
455 if( Tcl_GetInt(interp, argv[2], (int*)&mult) ) return TCL_ERROR;
459 in *= mult;
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 148 Index mult = 1; local
151 if( mult & corner ) res[d] = m_max[d];
153 mult *= 2;
  /external/fio/
eta.c 498 double mult = 100.0; local
501 mult *= (1.0 - (double) je->nr_setting_up / (double) je->nr_running);
504 perc *= mult;
  /external/llvm/lib/Target/Mips/
MicroMipsInstrInfo.td 143 def MULT_MM : MMRel, Mult<"mult", II_MULT, GPR32Opnd, [HI0, LO0]>,
145 def MULTu_MM : MMRel, Mult<"multu", II_MULTU, GPR32Opnd, [HI0, LO0]>,
  /external/llvm/test/MC/Mips/
micromips-alu-instructions.s 37 # CHECK-EL: mult $9, $7 # encoding: [0xe9,0x00,0x3c,0x8b]
71 # CHECK-EB: mult $9, $7 # encoding: [0x00,0xe9,0x8b,0x3c]
103 mult $9, $7
  /external/valgrind/main/none/tests/mips64/
arithmetic_instruction.c 12 MUL, MULT, MULTU, MOVN,
244 case MULT:
248 TEST4("mult $t0, $t1", reg_val1[i], reg_val1[N-i-1], t0, t1);
  /external/webp/src/utils/
rescaler.c 136 "mult %[temp1], %[temp2] \n\t"
217 "mult %[temp3], %[temp4] \n\t"
226 "mult %[temp3], %[temp4] \n\t"
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
mac_32.h 116 product = mult(L_var1_hi, L_var2_lo, pOverflow);
119 product = mult(L_var1_lo, L_var2_hi, pOverflow);
135 product = mult(L_var1_lo, var2, pOverflow);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
qgain795.cpp 48 (1) Removed optimization -- mult(i, 3, pOverflow) is NOT the same as adding
49 i to itself 3 times. The reason is because the mult function does a
324 g2_pitch = mult(g_pitch, g_pitch, pOverflow);
335 g_code = mult(g_code, gcode0, pOverflow);
557 g2_pitch = mult(gain_pit, gain_pit, pOverflow); /* Q14 -> Q13 */
562 /* alpha <= 0.5 -> mult. by 2 to keep precision; compensate in exponent */
567 /* directly store in 32 bit variable because no further mult. required */
573 coeff[2] = mult(tmp, gain_pit, pOverflow);
578 /* alpha <= 0.5 -> mult. by 2 to keep precision; compensate in exponent */
584 coeff[4] = mult(one_alpha, frac_en[3], pOverflow)
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java 164 * is "MULT" which means my parent must be MULT. "CLASS VARDEF" says
  /external/libvorbis/lib/
floor1.c 119 oggpack_write(opb,info->mult-1,2); /* only 1,2,3,4 legal now */
164 info->mult=oggpack_read(opb,2)+1; /* only 1,2,3,4 legal now */
231 switch(info->mult){
784 switch(info->mult){
941 int ly=post[0]*info->mult;
949 hy*=info->mult;
1068 int ly=fit_value[0]*info->mult;
1074 hy*=info->mult;
  /external/llvm/test/MC/Mips/mips2/
valid.s 75 mult $sp,$s4
76 mult $sp,$v0
  /external/valgrind/main/none/tests/mips32/
MIPS32int.c     [all...]
MIPS32int.stdout.exp-mips32r2-BE     [all...]
MIPS32int.stdout.exp-mips32r2-LE     [all...]
  /frameworks/native/opengl/libagl/
matrix.h 82 "mult %[a], %[a] \r\n"
168 "mult %[a0],%[b0] \r\n"
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf_3.cpp 218 temp = mult (wf1[0], temp);
222 temp = mult (wf1[1], temp);
226 temp = mult (wf1[2], temp);
230 temp = mult (wf1[3], temp);
526 temp = mult(wf1[0], temp);
530 temp = mult(wf1[1], temp);
534 temp = mult(wf1[2], temp);
549 temp = mult(wf1[0], temp);
553 temp = mult(wf1[1], temp);
557 temp = mult(wf1[2], temp)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
misc.c 274 mult function
427 b1 = mult(b, p5);
439 p51 = p5->next = mult(p5,p5);
446 p51 = p5->next = mult(p5,p5);
  /external/tremolo/Tremolo/
codec_internal.h 125 int mult; /* 1 2 3 or 4 */ member in struct:__anon35292
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
typedefs.h 151 #define MULT_IS_INLINE 1 //define mult as inline function

Completed in 663 milliseconds

1 2 3 4 5 67 8 91011>>