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

  /external/libopus/silk/float/
find_LTP_FLP.c 48 silk_float *b_ptr, temp, *WLTP_ptr; local
55 b_ptr = b;
70 silk_solve_LDL_FLP( WLTP_ptr, LTP_ORDER, Rr, b_ptr );
73 nrg[ k ] = silk_residual_energy_covar_FLP( b_ptr, WLTP_ptr, Rr, rr[ k ], LTP_ORDER );
80 b_ptr += LTP_ORDER;
99 b_ptr = b;
103 d[ k ] += b_ptr[ i ];
105 b_ptr += LTP_ORDER;
118 b_ptr = b;
123 delta_b[ i ] = silk_max_float( b_ptr[ i ], 0.1f )
    [all...]
  /external/clang/test/SemaCXX/
warn-tautological-undefined-compare.cpp 79 B* b_ptr = &b; local
80 if (&b_ptr->get() == 0) {}
82 if (&(b_ptr->get()) == 0) {}
85 if (&b_ptr->get() != 0) {}
87 if (&(b_ptr->get()) != 0) {}
warn-undefined-bool-conversion.cpp 73 B* b_ptr = &b; local
74 if (&b_ptr->get()) {}
76 if (&(b_ptr->get())) {}
78 if (!&b_ptr->get()) {}
  /external/libvpx/libvpx/vpx_dsp/
variance.h 26 const uint8_t *b_ptr, int b_stride);
29 const uint8_t *b_ptr, int b_stride,
56 const uint8_t *b_ptr,
  /external/webp/src/enc/
picture_csp.c 315 const uint8_t* const b_ptr,
324 dst[3 * i + 2] = UpLift(b_ptr[off]);
425 const uint8_t* const b_ptr,
471 ImportOneRow(r_ptr + off1, g_ptr + off1, b_ptr + off1,
474 ImportOneRow(r_ptr + off2, g_ptr + off2, b_ptr + off2,
747 const uint8_t* const b_ptr,
754 dst_y[i] = RGBToY(r_ptr[j], g_ptr[j], b_ptr[j], rg);
760 const uint8_t* const b_ptr,
772 b = SUM4(b_ptr + j, 4);
776 b = LinearToGammaWeighted(b_ptr + j, a_ptr + j, a, 4, rgb_stride)
1091 const uint8_t* const b_ptr = rgb + (swap_rb ? 0 : 2); local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/function/
strfns.py 44 b_ptr = b.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/function/
strfns.py 44 b_ptr = b.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/function/
strfns.py 44 b_ptr = b.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/function/
strfns.py 44 b_ptr = b.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /external/boringssl/src/crypto/ec/asm/
p256-x86_64-asm.pl 86 my ($r_ptr,$a_ptr,$b_ptr)=("%rdi","%rsi","%rdx");
179 my ($r_ptr,$a_ptr,$b_org,$b_ptr)=("%rdi","%rsi","%rdx","%rbx");
214 mov $b_org, $b_ptr
228 mov $b_org, $b_ptr
297 mov 8*1($b_ptr), %rax
344 mov 8*2($b_ptr), %rax
391 mov 8*3($b_ptr), %rax
716 mov 8*1($b_ptr), %rdx
753 mov 8*2($b_ptr), %rdx
790 mov 8*3($b_ptr), %rd
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
picture.c 566 const int b = SUM(b_ptr + src); \
576 const int b = SUM(b_ptr + src); \
593 const uint8_t* const b_ptr,
616 VP8RGBToY(r_ptr[offset], g_ptr[offset], b_ptr[offset]);
679 const uint8_t* const b_ptr = rgb + (swap_rb ? 0 : 2); local
685 return ImportYUVAFromRGBA(r_ptr, g_ptr, b_ptr, a_ptr, step, rgb_stride,
704 (b_ptr[offset]);
717 (b_ptr[offset]);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode_plc.c 53 const int16_t *b_ptr = &B[0]; local
60 o = WebRtcSpl_AddSatW32(o, *b_ptr * *x_ptr);
61 b_ptr++;
  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 529 env_compare (const void *a_ptr, const void *b_ptr)
537 b = *(const char **) b_ptr;
  /external/bison/lib/
vasnprintf.c 470 const mp_limb_t *b_ptr = b.limbs; local
496 if (b_ptr[b_len - 1] == 0)
520 mp_limb_t den = b_ptr[0];
554 mp_limb_t msd = b_ptr[b_len - 1]; /* = b[n-1], > 0 */
622 const mp_limb_t *sourceptr = b_ptr;
636 b_ptr = tmp_roomptr;
666 mp_limb_t b_msd = b_ptr[b_len - 1]; /* b[n-1] */
667 mp_limb_t b_2msd = b_ptr[b_len - 2]; /* b[n-2] */
727 const mp_limb_t *sourceptr = b_ptr;
752 const mp_limb_t *sourceptr = b_ptr;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bout.c 233 b_out_symbol_cmp (const void * a_ptr, const void * b_ptr)
236 struct aout_symbol ** b = (struct aout_symbol **) b_ptr;
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
tilegx-opc.c     [all...]
tilepro-opc.c     [all...]
  /external/pcre/dist/sljit/
sljitNativeTILEGX-encoder.c     [all...]

Completed in 665 milliseconds