HomeSort by relevance Sort by last modified time
    Searched defs:Rs (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.h 36 Int Rs; /*bit rate for the sequence (or segment) e.g., 24000 bits/sec */
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 392 int Rs = scratches.obtain();
394 CONTEXT_LOAD(Rs, state.buffers.color.stride);
396 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs
397 base_offset(parts.cbPtr, parts.cbPtr, Rs);
398 scratches.recycle(Rs);
428 int Rs = dzdx;
430 CONTEXT_LOAD(Rs, state.buffers.depth.stride)
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/qemu/
trace.c 895 int Rs = (insn >> 8) & 15;
905 result += 2 + _interlock_use(Rm) + _interlock_use(Rs);
910 int Rs = (insn >> 8) & 15;
920 result += 3 + _interlock_use(Rm) + _interlock_use(Rs);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 256 int Rs; /*bit rate for the sequence (or segment) e.g., 24000 bits/sec */

Completed in 4228 milliseconds