Home
last modified time | relevance | path

Searched refs:r_ptr (Results 1 – 18 of 18) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/asm/
Dp256-x86_64-asm.pl83 my ($r_ptr,$a_ptr,$b_ptr)=("%rdi","%rsi","%rdx");
121 mov $a0, 8*0($r_ptr)
123 mov $a1, 8*1($r_ptr)
125 mov $a2, 8*2($r_ptr)
126 mov $a3, 8*3($r_ptr)
135 my ($r_ptr,$a_ptr,$b_org,$b_ptr)=("%rdi","%rsi","%rdx","%rbx");
412 mov $acc4, 8*0($r_ptr)
414 mov $acc5, 8*1($r_ptr)
416 mov $acc0, 8*2($r_ptr)
417 mov $acc1, 8*3($r_ptr)
[all …]
/external/webp/src/enc/
Dpicture_csp_enc.c320 static void ImportOneRow(const uint8_t* const r_ptr, in ImportOneRow() argument
330 dst[i + 0 * w] = UpLift(r_ptr[off]); in ImportOneRow()
434 static int PreprocessARGB(const uint8_t* r_ptr, in PreprocessARGB() argument
482 ImportOneRow(r_ptr, g_ptr, b_ptr, step, picture->width, src1); in PreprocessARGB()
484 ImportOneRow(r_ptr + rgb_stride, g_ptr + rgb_stride, b_ptr + rgb_stride, in PreprocessARGB()
500 r_ptr += 2 * rgb_stride; in PreprocessARGB()
743 static WEBP_INLINE void ConvertRowToY(const uint8_t* const r_ptr, in ConvertRowToY() argument
752 dst_y[i] = RGBToY(r_ptr[j], g_ptr[j], b_ptr[j], rg); in ConvertRowToY()
756 static WEBP_INLINE void AccumulateRGBA(const uint8_t* const r_ptr, in AccumulateRGBA() argument
768 r = SUM4(r_ptr + j, 4); in AccumulateRGBA()
[all …]
/external/libopus/silk/float/
Dfind_LTP_FLP.c38 …const silk_float r_ptr[], /* I LPC residual … in silk_find_LTP_FLP() argument
52 lag_ptr = r_ptr - ( lag[ k ] + LTP_ORDER / 2 ); in silk_find_LTP_FLP()
54 silk_corrVector_FLP( lag_ptr, r_ptr, subfr_length, LTP_ORDER, xX_ptr ); in silk_find_LTP_FLP()
55 xx = ( silk_float )silk_energy_FLP( r_ptr, subfr_length + LTP_ORDER ); in silk_find_LTP_FLP()
60 r_ptr += subfr_length; in silk_find_LTP_FLP()
Dmain_FLP.h147 …const silk_float r_ptr[], /* I LPC residual …
/external/libopus/silk/fixed/
Dfind_LTP_FIX.c38 …const opus_int16 r_ptr[], /* I Residual signal af… in silk_find_LTP_FIX() argument
54 lag_ptr = r_ptr - ( lag[ k ] + LTP_ORDER / 2 ); in silk_find_LTP_FIX()
56 …silk_sum_sqr_shift( &xx, &xx_shifts, r_ptr, subfr_length + LTP_ORDER ); … in silk_find_LTP_FIX()
73 …silk_corrVector_FIX( lag_ptr, r_ptr, subfr_length, LTP_ORDER, xXLTP_Q17_ptr, xX_shifts, arch ); … in silk_find_LTP_FIX()
95 r_ptr += subfr_length; in silk_find_LTP_FIX()
/external/syslinux/core/lwip/src/core/snmp/
Dmib_structs.c51 struct mib_node* r_ptr; member
67 LWIP_DEBUGF(SNMP_MIB_DEBUG,("push_node() node=%p id=%"S32_F"\n",(void*)(node->r_ptr),node->r_id)); in push_node()
86 LWIP_DEBUGF(SNMP_MIB_DEBUG,("pop_node() node=%p id=%"S32_F"\n",(void *)(node->r_ptr),node->r_id)); in pop_node()
753 cur_node.r_ptr = an->nptr[j]; in snmp_expand_tree()
759 cur_node.r_ptr = NULL; in snmp_expand_tree()
869 cur_node.r_ptr = jn->nptr; in snmp_expand_tree()
875 cur_node.r_ptr = NULL; in snmp_expand_tree()
993 cur_node.r_ptr = node; in snmp_expand_tree()
999 cur_node.r_ptr = NULL; in snmp_expand_tree()
1075 child.r_ptr = NULL; in snmp_expand_tree()
[all …]
/external/libxaac/decoder/
Dixheaacd_interface.h86 VOID ixheaacd_calc_pre_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr,
90 VOID ixheaacd_calc_pre_twid_armv7(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr,
94 VOID ixheaacd_calc_post_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr,
98 VOID ixheaacd_calc_post_twid_armv7(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr,
Dixheaacd_acelp_mdct.c102 static void ixheaacd_pre_twid(WORD32 *in, WORD32 *r_ptr, WORD32 *i_ptr, in ixheaacd_pre_twid() argument
110 *r_ptr++ = ixheaacd_mul_sub64_sat_32(in[i], in[nlength + i], cos_ptr[i], in ixheaacd_pre_twid()
115 *r_ptr++ = ixheaacd_mul_sub64_sat_32(in[i + 1], in[nlength + i + 1], in ixheaacd_pre_twid()
120 *r_ptr++ = ixheaacd_mul_sub64_sat_32(in[i + 2], in[nlength + i + 2], in ixheaacd_pre_twid()
125 *r_ptr++ = ixheaacd_mul_sub64_sat_32(in[i + 3], in[nlength + i + 3], in ixheaacd_pre_twid()
Dixheaacd_imdct.c101 void ixheaacd_calc_pre_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, in ixheaacd_calc_pre_twid_dec() argument
110 *r_ptr++ = ((ixheaacd_mult32(ixheaacd_negate32_sat(*ptr_x), (*cos_ptr)) - in ixheaacd_calc_pre_twid_dec()
119 void ixheaacd_calc_post_twid_dec(WORD32 *xptr, WORD32 *r_ptr, WORD32 *i_ptr, in ixheaacd_calc_post_twid_dec() argument
130 *xptr = (-(ixheaacd_mult32((r_ptr[i]), (*cos_ptr)) - in ixheaacd_calc_post_twid_dec()
133 ixheaacd_mult32((r_ptr[i]), (*sin_ptr++)))); in ixheaacd_calc_post_twid_dec()
Dixheaacd_function_selector.h158 extern VOID (*ixheaacd_calc_pre_twid)(WORD32 *ptr_x, WORD32 *r_ptr,
163 extern VOID (*ixheaacd_calc_post_twid)(WORD32 *ptr_x, WORD32 *r_ptr,
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc270 int16_t *r_ptr = (is_fp_) ? round_fp_ptr_ : round_ptr_; in TEST_P() local
272 ref_quantize_op_(coeff.TopLeftPixel(), count, skip_block, zbin_ptr_, r_ptr, in TEST_P()
278 coeff.TopLeftPixel(), count, skip_block, zbin_ptr_, r_ptr, q_ptr, in TEST_P()
332 int16_t *r_ptr = (is_fp_) ? round_fp_ptr_ : round_ptr_; in TEST_P() local
334 ref_quantize_op_(coeff.TopLeftPixel(), count, skip_block, zbin_ptr_, r_ptr, in TEST_P()
340 coeff.TopLeftPixel(), count, skip_block, zbin_ptr_, r_ptr, q_ptr, in TEST_P()
390 int16_t *r_ptr = (is_fp_) ? round_fp_ptr_ : round_ptr_; in TEST_P() local
411 quantize_op_(coeff.TopLeftPixel(), count, skip_block, zbin_ptr_, r_ptr, in TEST_P()
/external/libvpx/libvpx/third_party/libwebm/common/
Dhdr_util.cc39 PrimaryChromaticityPtr r_ptr(NULL); in CopyMasteringMetadata() local
45 if (!CopyPrimaryChromaticity(*parser_mm.r, &r_ptr)) in CopyMasteringMetadata()
61 if (!muxer_mm->SetChromaticity(r_ptr.get(), g_ptr.get(), b_ptr.get(), in CopyMasteringMetadata()
/external/libxaac/decoder/armv8/
Dixheaacd_function_selector_armv8.c209 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
213 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
/external/libxaac/decoder/x86_64/
Dixheaacd_function_selector_x86_64.c209 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
213 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
/external/libxaac/decoder/armv7/
Dixheaacd_function_selector_armv7.c210 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
214 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
/external/libxaac/decoder/generic/
Dixheaacd_function_selector_generic.c210 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
214 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
/external/libxaac/decoder/x86/
Dixheaacd_function_selector_x86.c209 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
213 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc1060 PrimaryChromaticityPtr r_ptr(NULL); in SetChromaticity() local
1062 if (!CopyChromaticity(r, &r_ptr)) in SetChromaticity()
1081 r_ = r_ptr.release(); in SetChromaticity()