HomeSort by relevance Sort by last modified time
    Searched full:aoff (Results 1 - 17 of 17) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.h 27 int aoff, int loff, int plane);
vp9_blockd.c 88 int aoff, int loff) {
89 ENTROPY_CONTEXT *const a = pd->above_context + aoff;
99 if (above_contexts + aoff > blocks_wide)
100 above_contexts = blocks_wide - aoff;
vp9_reconintra.c 391 int aoff, int loff, int plane) {
395 const int have_left = aoff || xd->left_available;
396 const int have_right = (aoff + txw) < bw;
397 const int x = aoff * 4;
vp9_blockd.h 304 int aoff, int loff);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconintra.h 25 int aoff, int loff, int plane);
vp9_blockd.c 101 int aoff, int loff) {
102 ENTROPY_CONTEXT *const a = pd->above_context + aoff;
112 if (above_contexts + aoff > blocks_wide)
113 above_contexts = blocks_wide - aoff;
vp9_reconintra.c 442 int aoff, int loff, int plane) {
448 const int x = aoff * 4;
vp9_blockd.h 323 int aoff, int loff);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
PKCS12ParametersGenerator.java 58 int aOff,
61 int x = (b[b.length - 1] & 0xff) + (a[aOff + b.length - 1] & 0xff) + 1;
63 a[aOff + b.length - 1] = (byte)x;
68 x += (b[i] & 0xff) + (a[aOff + i] & 0xff);
69 a[aOff + i] = (byte)x;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 173 int aoff, loff; local
174 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
176 aoff, loff);
239 int aoff, loff; local
240 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
242 pt = get_entropy_context(tx_size, pd->above_context + aoff,
285 vp9_set_contexts(xd, pd, plane_bsize, tx_size, c > 0, aoff, loff);
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 213 int aoff, int loff) {
214 ENTROPY_CONTEXT *const a = pd->above_context + aoff;
224 if (above_contexts + aoff > blocks_wide)
225 above_contexts = blocks_wide - aoff;
  /external/llvm/test/tools/llvm-dwp/X86/
type_dedup.test 25 CHECK: 0x0000 addr_size = 0x08 type_signature = [[ASIG:0x[0-9a-f]*]] type_offset = 0x[[AOFF:.*]] (next unit at [[BUOFF:.*]])
simple.test 33 CHECK: [[AOFF:0x[0-9a-f]*]]:
74 TYPES: 1 [[DWOA]] {{\[}}[[AOFF]], [[BOFF]]) [0x0000[[AAOFF]], 0x0000[[BAOFF]]) [0x00000000, 0x0000001a) [0x00000000, 0x00000010)
76 NOTYP: 3 [[DWOA]] {{\[}}[[AOFF]], [[BOFF]]) [0x0000[[AAOFF]], 0x0000[[BAOFF]]) [0x00000000, 0x00000011) [0x00000000, 0x00000010)
  /external/boringssl/src/crypto/sha/asm/
sha512-armv4.pl 86 $Aoff=8*0;
132 str $Alo,[sp,#$Aoff+0]
134 str $Ahi,[sp,#$Aoff+4]
313 ldr $Alo,[$ctx,#$Aoff+$lo]
314 ldr $Ahi,[$ctx,#$Aoff+$hi]
421 ldr $t0, [$ctx,#$Aoff+$lo]
422 ldr $t1, [$ctx,#$Aoff+$hi]
426 str $t0, [$ctx,#$Aoff+$lo]
428 str $t1, [$ctx,#$Aoff+$hi]
sha256-586.pl 97 $Aoff=&DWP(4,"esp");
156 &mov ($Aoff,$A); # modulo-scheduled
257 # &mov ($Aoff,$A);
290 # &mov ($A,$Aoff);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 427 int aoff, loff; local
428 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
430 aoff, loff);
495 int aoff, loff; local
496 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
498 pt = get_entropy_context(tx_size, pd->above_context + aoff,
540 vp9_set_contexts(xd, pd, plane_bsize, tx_size, c > 0, aoff, loff);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ChangeLog-9295     [all...]

Completed in 3103 milliseconds