HomeSort by relevance Sort by last modified time
    Searched refs:rd (Results 276 - 300 of 329) sorted by null

<<11121314

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py 906 rd, wr, ex = select.select([self.socket.fileno()], [], [],
908 if rd:
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_intrapred_ssse3.asm 193 ; first 4 lines and first half of 3rd 4 lines
    [all...]
vp9_postproc_sse2.asm 37 ; move the global rd onto the stack, since we don't have enough registers
  /external/libvpx/libvpx/vp9/common/x86/
vp9_intrapred_ssse3.asm 193 ; first 4 lines and first half of 3rd 4 lines
    [all...]
vp9_postproc_sse2.asm 37 ; move the global rd onto the stack, since we don't have enough registers
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_intrapred_ssse3.asm 193 ; first 4 lines and first half of 3rd 4 lines
    [all...]
vp9_postproc_sse2.asm 37 ; move the global rd onto the stack, since we don't have enough registers
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodeframe.c 222 x->rddiv = cpi->rd.RDDIV;
223 x->rdmult = cpi->rd.RDMULT;
577 RD_OPT *const rd_opt = &cpi->rd;
    [all...]
vp9_encoder.c 393 // Set rd thresholds based on mode and speed setting
697 // Experimental RD Code
789 // Create a complexity map used for rd adjustment
951 // Default rd threshold factors for mode selection
954 cpi->rd.thresh_freq_fact[i][j] = 32;
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathTest.cpp 1527 SkPoint rd[] = {{0, 0}, {0, 1}, {1, 1}, {1, 0}, {0, 0}}; local
1721 SkPoint rd[] = {{0, 0}, {0, 1}, {1, 1}, {1, 0}, {0, 0}}; \/\/ CCW local
    [all...]
  /external/skia/tests/
PathTest.cpp 1527 SkPoint rd[] = {{0, 0}, {0, 1}, {1, 1}, {1, 0}, {0, 0}}; local
1721 SkPoint rd[] = {{0, 0}, {0, 1}, {1, 1}, {1, 0}, {0, 0}}; \/\/ CCW local
    [all...]
  /art/disassembler/
disassembler_arm.cc 274 // Show only Rd and Rm.
287 // Rd is unused (and not shown), and we don't show the 's' suffix either.
511 ArmRegister Rd(instr, 8);
523 args << Rt << "," << Rd << ", [" << Rn;
538 args << Rd << ", " << Rt << ", [" << Rn << ", #" << (imm8 << 2) << "]";
539 if (Rd.r == 13 || Rd.r == 15 || Rt.r == 13 || Rt.r == 15 || Rn.r == 15 ||
540 Rd.r == Rn.r || Rd.r == Rt.r) {
550 Rd = ArmRegister(instr, 0)
    [all...]
  /external/libhevc/common/arm/
ihevc_itrans_recon_16x16.s 692 add r4,r2,r8, lsl #1 @ r4 = r2 + pred_strd * 2 => r4 points to 3rd row of pred data
694 @ add r0,r3,r7, lsl #1 @ r0 points to 3rd row of dest data
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcndr.h 197 #define NdrMarshSCtxtHdl(pc,p,rd) (NdrSContextMarshall((NDR_SCONTEXT)pc,p,(NDR_RUNDOWN)rd))
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 54 * few {Take the elevator to the #rd floor.}
  /external/chromium_org/v8/test/mjsunit/
regexp.js 260 assertEquals("*a\n*b\r*c\n*\r*d\r*\n*e", "a\nb\rc\n\rd\r\ne".replace(re, "*$1"));
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 42 ; applying 3rd filter coeff. Same applys to other filter functions.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 42 ; applying 3rd filter coeff. Same applys to other filter functions.
  /external/valgrind/main/VEX/priv/
host_mips_defs.c     [all...]
  /build/core/
Makefile     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /external/chromium_org/tools/symsrc/
pefile.py     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 2064 milliseconds

<<11121314