Searched refs:b_ptr (Results 1 - 11 of 11) sorted by relevance

/external/libopus/silk/float/
H A Dfind_LTP_FLP.c48 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[
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-tautological-undefined-compare.cpp79 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) {}
H A Dwarn-undefined-bool-conversion.cpp73 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/
H A Dvariance.h26 const uint8_t *b_ptr, int b_stride);
29 const uint8_t *b_ptr, int b_stride,
54 const uint8_t *b_ptr, int b_stride, unsigned int *sse,
/external/webp/src/enc/
H A Dpicture_csp_enc.c322 const uint8_t* const b_ptr,
332 dst[i + 2 * w] = UpLift(b_ptr[off]);
436 const uint8_t* b_ptr,
482 ImportOneRow(r_ptr, g_ptr, b_ptr, step, picture->width, src1);
484 ImportOneRow(r_ptr + rgb_stride, g_ptr + rgb_stride, b_ptr + rgb_stride,
502 b_ptr += 2 * rgb_stride;
745 const uint8_t* const b_ptr,
752 dst_y[i] = RGBToY(r_ptr[j], g_ptr[j], b_ptr[j], rg);
758 const uint8_t* const b_ptr,
770 b = SUM4(b_ptr
320 ImportOneRow(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, int step, int pic_width, fixed_y_t* const dst) argument
434 PreprocessARGB(const uint8_t* r_ptr, const uint8_t* g_ptr, const uint8_t* b_ptr, int step, int rgb_stride, WebPPicture* const picture) argument
743 ConvertRowToY(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, int step, uint8_t* const dst_y, int width, VP8Random* const rg) argument
756 AccumulateRGBA(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, const uint8_t* const a_ptr, int rgb_stride, uint16_t* dst, int width) argument
800 AccumulateRGB(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, int step, int rgb_stride, uint16_t* dst, int width) argument
831 ImportYUVAFromRGBA(const uint8_t* r_ptr, const uint8_t* g_ptr, const uint8_t* b_ptr, const uint8_t* a_ptr, int step, int rgb_stride, float dithering, int use_iterative_conversion, WebPPicture* const picture) argument
1093 const uint8_t* b_ptr = rgb + (swap_rb ? 0 : 2); local
[all...]
/external/boringssl/src/crypto/ec/asm/
H A Dp256-x86_64-asm.pl83 my ($r_ptr,$a_ptr,$b_ptr)=("%rdi","%rsi","%rdx");
135 my ($r_ptr,$a_ptr,$b_org,$b_ptr)=("%rdi","%rsi","%rdx","%rbx");
170 mov $b_org, $b_ptr
184 mov $b_org, $b_ptr
253 mov 8*1($b_ptr), %rax
300 mov 8*2($b_ptr), %rax
347 mov 8*3($b_ptr), %rax
672 mov 8*1($b_ptr), %rdx
709 mov 8*2($b_ptr), %rdx
746 mov 8*3($b_ptr),
[all...]
/external/libvpx/libvpx/third_party/libwebm/common/
H A Dhdr_util.cc41 PrimaryChromaticityPtr b_ptr(NULL);
53 if (!CopyPrimaryChromaticity(*parser_mm.b, &b_ptr))
61 if (!muxer_mm->SetChromaticity(r_ptr.get(), g_ptr.get(), b_ptr.get(),
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c53 const int16_t *b_ptr = &B[0]; local
60 o = WebRtcSpl_AddSatW32(o, *b_ptr * *x_ptr);
61 b_ptr++;
/external/bison/lib/
H A Dvasnprintf.c470 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...]
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc1065 PrimaryChromaticityPtr b_ptr(NULL);
1067 if (!CopyChromaticity(b, &b_ptr))
1078 b_ = b_ptr.release();
/external/pcre/dist2/src/sljit/
H A DsljitNativeTILEGX-encoder.c9592 tilegx_spr_compare (const void *a_ptr, const void *b_ptr) argument
9595 const struct tilegx_spr *b = (const struct tilegx_spr *) b_ptr;

Completed in 453 milliseconds