Home
last modified time | relevance | path

Searched refs:src (Results 3376 - 3400 of 7043) sorted by relevance

1...<<131132133134135136137138139140>>...282

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c639 * or use as src/dst instruction operands.
1545 * Translate a src register of a TGSI instruction and emit VGPU10 tokens.
2462 /** Return the named swizzle term from the src register */
5168 * primitive id when emit src register. We need to modify the in emit_gs_input_declarations()
5169 * operand type, index dimension when emit primitive id src reg. in emit_gs_input_declarations()
6512 const struct tgsi_full_src_register *src) in emit_instruction_op1()
6514 emit_instruction_opn(emit, opcode, dst, src, NULL, NULL, FALSE, FALSE); in emit_instruction_op1()
6569 struct tgsi_full_src_register src = in store_tesslevels() local
6574 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &dst, &src); in store_tesslevels()
6583 struct tgsi_full_src_register src in store_tesslevels() local
6509 emit_instruction_op1(struct svga_shader_emitter_v10 *emit, unsigned opcode, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) emit_instruction_op1() argument
6599 struct tgsi_full_src_register src = store_tesslevels() local
6612 struct tgsi_full_src_register src = store_tesslevels() local
6625 struct tgsi_full_src_register src = store_tesslevels() local
6868 emit_swap_r_b(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) emit_swap_r_b() argument
6885 emit_puint_to_snorm(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) emit_puint_to_snorm() argument
6923 emit_puint_to_uscaled(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) emit_puint_to_uscaled() argument
6937 emit_puint_to_sscaled(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) emit_puint_to_sscaled() argument
7165 find_stream_index(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_src_register *src) find_stream_index() argument
7324 emit_if(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_src_register *src) emit_if() argument
7787 struct tgsi_full_src_register src = inst->Src[0]; emit_rcp() local
8695 struct tgsi_full_src_register src; emit_tg4() local
9283 struct tgsi_full_src_register src; check_double_src() local
9357 struct tgsi_full_src_register src = check_double_src(emit, &inst->Src[0]); emit_dabs() local
9378 struct tgsi_full_src_register src = check_double_src(emit, &inst->Src[0]); emit_dneg() local
9427 emit_drsq(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src) emit_drsq() argument
9463 struct tgsi_full_src_register src = check_double_src(emit, &inst->Src[0]); emit_dsqrt() local
9532 struct tgsi_full_src_register src = check_double_src(emit, &inst->Src[0]); emit_dtrunc() local
9655 struct tgsi_full_src_register src[3]; emit_simple() local
9915 const struct tgsi_full_src_register *src = &inst->Src[0]; emit_mov() local
9978 struct tgsi_full_src_register src[3]; emit_vmware() local
10428 struct tgsi_full_src_register src = inst->Src[1]; emit_store_instruction() local
11969 struct tgsi_full_src_register src; emit_temp_tessfactor_instructions() local
12042 struct tgsi_full_src_register src; emit_initialize_temp_instruction() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddss_sp.c305 static void dss_sp_unpack_coeffs(DssSpContext *p, const uint8_t *src) in dss_sp_unpack_coeffs() argument
316 p->bits[i] = src[i + 1]; in dss_sp_unpack_coeffs()
317 p->bits[i + 1] = src[i]; in dss_sp_unpack_coeffs()
562 static void dss_sp_vec_mult(const int32_t *src, int32_t *dst, in dss_sp_vec_mult() argument
567 dst[0] = src[0]; in dss_sp_vec_mult()
570 dst[i] = (src[i] * mult[i] + 0x4000) >> 15; in dss_sp_vec_mult()
698 static void dss_sp_32to16bit(int16_t *dst, int32_t *src, int size) in dss_sp_32to16bit() argument
703 dst[i] = av_clip_int16(src[i]); in dss_sp_32to16bit()
/third_party/ffmpeg/libavfilter/
H A Daf_compand.c172 const double *src = (double *)frame->extended_data[chan]; in compand_nodelay() local
177 update_volume(cp, fabs(src[i])); in compand_nodelay()
179 dst[i] = src[i] * get_volume(s, cp->volume); in compand_nodelay()
209 const double *src = (double *)frame->extended_data[chan]; in compand_delay() local
217 const double in = src[i]; in compand_delay()
265 AVFilterContext *ctx = outlink->src; in compand_drain()
300 AVFilterContext *ctx = outlink->src; in config_output()
532 AVFilterContext *ctx = outlink->src; in request_frame()
H A Dvf_colorlevels.c416 const uint8_t *src = srcrow; in filter_frame() local
419 imin = FFMIN(imin, src[x + offset]); in filter_frame()
427 const uint8_t *src = srcrow; in filter_frame() local
430 imax = FFMAX(imax, src[x + offset]); in filter_frame()
456 const uint16_t *src = (const uint16_t *)srcrow; in filter_frame() local
459 imin = FFMIN(imin, src[x + offset]); in filter_frame()
467 const uint16_t *src = (const uint16_t *)srcrow; in filter_frame() local
470 imax = FFMAX(imax, src[x + offset]); in filter_frame()
H A Dvf_fftdnoiz.c80 void (*import_row)(AVComplexFloat *dst, uint8_t *src, int rw, float scale, float *win, int off);
81 void (*export_row)(AVComplexFloat *src, uint8_t *dst, int rw, int depth, float *win);
142 float *src, *dst; member
145 static void import_row8(AVComplexFloat *dst, uint8_t *src, int rw, in import_row8() argument
150 dst[j].re = src[i] * scale * win[j]; in import_row8()
155 static void export_row8(AVComplexFloat *src, uint8_t *dst, int rw, int depth, float *win) in export_row8() argument
158 dst[j] = av_clip_uint8(lrintf(src[j].re / win[j])); in export_row8()
164 uint16_t *src = (uint16_t *)srcp; in import_row16() local
168 dst[j].re = src[i] * scale * win[j]; in import_row16()
173 static void export_row16(AVComplexFloat *src, uint8_ argument
297 uint8_t *src = srcp + src_linesize * abs(y * size + i + hoff) + x * size * bpp; import_block() local
[all...]
/third_party/ffmpeg/libavutil/
H A Ddes.c292 static void av_des_crypt_mac(AVDES *d, uint8_t *dst, const uint8_t *src, in av_des_crypt_mac() argument
298 uint64_t src_val = src ? AV_RB64(src) : 0; in av_des_crypt_mac()
316 src += 8; in av_des_crypt_mac()
324 void av_des_crypt(AVDES *d, uint8_t *dst, const uint8_t *src, in av_des_crypt() argument
327 av_des_crypt_mac(d, dst, src, count, iv, decrypt, 0); in av_des_crypt()
330 void av_des_mac(AVDES *d, uint8_t *dst, const uint8_t *src, int count) in av_des_mac() argument
332 av_des_crypt_mac(d, dst, src, count, (uint8_t[8]) { 0 }, 0, 1); in av_des_mac()
H A Dhwcontext_d3d11va.c393 const AVFrame *src) in d3d11va_transfer_data()
397 int download = src->format == AV_PIX_FMT_D3D11; in d3d11va_transfer_data()
398 const AVFrame *frame = download ? src : dst; in d3d11va_transfer_data()
399 const AVFrame *other = download ? dst : src; in d3d11va_transfer_data()
404 int w = FFMIN(dst->width, src->width); in d3d11va_transfer_data()
405 int h = FFMIN(dst->height, src->height); in d3d11va_transfer_data()
452 av_image_copy(map_data, map_linesize, (const uint8_t **)src->data, src->linesize, in d3d11va_transfer_data()
392 d3d11va_transfer_data(AVHWFramesContext *ctx, AVFrame *dst, const AVFrame *src) d3d11va_transfer_data() argument
/third_party/icu/icu4c/source/common/
H A Duinvchar.cpp583 uprv_aestrncpy(uint8_t *dst, const uint8_t *src, int32_t n) in uprv_aestrncpy() argument
588 n = static_cast<int32_t>(uprv_strlen((const char*)src)+1); /* copy NUL */ in uprv_aestrncpy()
591 while(*src && n>0) { in uprv_aestrncpy()
592 *(dst++) = asciiFromEbcdic[*(src++)]; in uprv_aestrncpy()
604 uprv_eastrncpy(uint8_t *dst, const uint8_t *src, int32_t n) in uprv_eastrncpy() argument
609 n = static_cast<int32_t>(uprv_strlen((const char*)src)+1); /* copy NUL */ in uprv_eastrncpy()
612 while(*src && n>0) { in uprv_eastrncpy()
613 char ch = ebcdicFromAscii[*(src++)]; in uprv_eastrncpy()
H A Dusprep.cpp508 const UChar* src, int32_t srcLength, in usprep_map()
529 U16_NEXT(src,srcIndex,srcLength,ch); in usprep_map()
540 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError); in usprep_map()
640 const UChar* src, int32_t srcLength, in usprep_prepare()
653 (src==NULL ? srcLength!=0 : srcLength<-1) || in usprep_prepare()
661 srcLength = u_strlen(src); in usprep_prepare()
670 int32_t b1Len = usprep_map(profile, src, srcLength, in usprep_prepare()
684 b1Len = usprep_map(profile, src, srcLength, in usprep_prepare()
507 usprep_map( const UStringPrepProfile* profile, const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_map() argument
639 usprep_prepare( const UStringPrepProfile* profile, const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_prepare() argument
H A Dutrie2.cpp99 const uint8_t *src, const uint8_t *limit) { in utrie2_internalU8NextIndex()
103 if((limit-src)<=7) { in utrie2_internalU8NextIndex()
104 length=(int32_t)(limit-src); in utrie2_internalU8NextIndex()
108 c=utf8_nextCharSafeBody(src, &i, length, c, -1); in utrie2_internalU8NextIndex()
114 const uint8_t *start, const uint8_t *src) { in utrie2_internalU8PrevIndex()
117 if((src-start)<=7) { in utrie2_internalU8PrevIndex()
118 i=length=(int32_t)(src-start); in utrie2_internalU8PrevIndex()
121 start=src-7; in utrie2_internalU8PrevIndex()
124 i=length-i; /* number of bytes read backward from src */ in utrie2_internalU8PrevIndex()
98 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, const uint8_t *src, const uint8_t *limit) utrie2_internalU8NextIndex() argument
113 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c, const uint8_t *start, const uint8_t *src) utrie2_internalU8PrevIndex() argument
/third_party/mbedtls/library/
H A Ddhm.c117 const mbedtls_mpi *src = NULL; in mbedtls_dhm_get_value() local
120 src = &ctx->P; in mbedtls_dhm_get_value()
123 src = &ctx->G; in mbedtls_dhm_get_value()
126 src = &ctx->X; in mbedtls_dhm_get_value()
129 src = &ctx->GX; in mbedtls_dhm_get_value()
132 src = &ctx->GY; in mbedtls_dhm_get_value()
135 src = &ctx->K; in mbedtls_dhm_get_value()
140 return mbedtls_mpi_copy(dest, src); in mbedtls_dhm_get_value()
/third_party/node/deps/icu-small/source/common/
H A Dusprep.cpp508 const char16_t* src, int32_t srcLength, in usprep_map()
529 U16_NEXT(src,srcIndex,srcLength,ch); in usprep_map()
540 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError); in usprep_map()
640 const char16_t* src, int32_t srcLength, in usprep_prepare()
653 (src==nullptr ? srcLength!=0 : srcLength<-1) || in usprep_prepare()
661 srcLength = u_strlen(src); in usprep_prepare()
670 int32_t b1Len = usprep_map(profile, src, srcLength, in usprep_prepare()
684 b1Len = usprep_map(profile, src, srcLength, in usprep_prepare()
507 usprep_map( const UStringPrepProfile* profile, const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_map() argument
639 usprep_prepare( const UStringPrepProfile* profile, const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_prepare() argument
H A Duinvchar.cpp583 uprv_aestrncpy(uint8_t *dst, const uint8_t *src, int32_t n) in uprv_aestrncpy() argument
588 n = static_cast<int32_t>(uprv_strlen((const char*)src)+1); /* copy NUL */ in uprv_aestrncpy()
591 while(*src && n>0) { in uprv_aestrncpy()
592 *(dst++) = asciiFromEbcdic[*(src++)]; in uprv_aestrncpy()
604 uprv_eastrncpy(uint8_t *dst, const uint8_t *src, int32_t n) in uprv_eastrncpy() argument
609 n = static_cast<int32_t>(uprv_strlen((const char*)src)+1); /* copy NUL */ in uprv_eastrncpy()
612 while(*src && n>0) { in uprv_eastrncpy()
613 char ch = ebcdicFromAscii[*(src++)]; in uprv_eastrncpy()
H A Dutrie2.cpp99 const uint8_t *src, const uint8_t *limit) { in utrie2_internalU8NextIndex()
103 if((limit-src)<=7) { in utrie2_internalU8NextIndex()
104 length=(int32_t)(limit-src); in utrie2_internalU8NextIndex()
108 c=utf8_nextCharSafeBody(src, &i, length, c, -1); in utrie2_internalU8NextIndex()
114 const uint8_t *start, const uint8_t *src) { in utrie2_internalU8PrevIndex()
117 if((src-start)<=7) { in utrie2_internalU8PrevIndex()
118 i=length=(int32_t)(src-start); in utrie2_internalU8PrevIndex()
121 start=src-7; in utrie2_internalU8PrevIndex()
124 i=length-i; /* number of bytes read backward from src */ in utrie2_internalU8PrevIndex()
98 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, const uint8_t *src, const uint8_t *limit) utrie2_internalU8NextIndex() argument
113 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c, const uint8_t *start, const uint8_t *src) utrie2_internalU8PrevIndex() argument
/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h28 * https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/platform/heap/thread_state_scopes.h;l=16
888 TryCopyAndConvertArrayToCppBuffer(Local<Array> src, T* dst,
896 Local<Array> src, int32_t* dst, uint32_t max_length) { in TryCopyAndConvertArrayToCppBuffer()
905 Local<Array> src, double* dst, uint32_t max_length) { in TryCopyAndConvertArrayToCppBuffer()
911 Local<Array> src, T* dst, uint32_t max_length);
916 int32_t>(Local<Array> src, int32_t* dst,
922 uint32_t>(Local<Array> src, uint32_t* dst,
928 float>(Local<Array> src, float* dst,
934 double>(Local<Array> src, double* dst,
895 TryCopyAndConvertArrayToCppBuffer( Local<Array> src, int32_t* dst, uint32_t max_length) TryCopyAndConvertArrayToCppBuffer() argument
904 TryCopyAndConvertArrayToCppBuffer( Local<Array> src, double* dst, uint32_t max_length) TryCopyAndConvertArrayToCppBuffer() argument
/third_party/node/deps/v8/src/bigint/
H A Dbigint.h67 Digits(Digits src, int offset, int len) in Digits() argument
68 : digits_(src.digits_ + offset), in Digits()
69 len_(std::max(0, std::min(src.len_ - offset, len))) { in Digits()
131 RWDigits(RWDigits src, int offset, int len) : Digits(src, offset, len) {} in RWDigits() argument
151 WritableDigitReference& operator=(const WritableDigitReference& src) { in operator =() argument
152 memcpy(ptr_, src.ptr_, sizeof(digit_t)); in operator =()
169 WritableDigitReference(const WritableDigitReference& src) = default; member in v8::bigint::RWDigits::WritableDigitReference
/third_party/python/Lib/distutils/
H A Dccompiler.py345 src = sources[i]
347 ext = os.path.splitext(src)[1]
349 build[obj] = (src, ext)
571 src, ext = build[obj]
574 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
579 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
580 """Compile 'src' to product 'obj'."""
912 def move_file(self, src, dst):
913 return move_file(src, dst, dry_run=self.dry_run)
/third_party/skia/third_party/externals/icu/source/common/
H A Duinvchar.cpp583 uprv_aestrncpy(uint8_t *dst, const uint8_t *src, int32_t n) in uprv_aestrncpy() argument
588 n = static_cast<int32_t>(uprv_strlen((const char*)src)+1); /* copy NUL */ in uprv_aestrncpy()
591 while(*src && n>0) { in uprv_aestrncpy()
592 *(dst++) = asciiFromEbcdic[*(src++)]; in uprv_aestrncpy()
604 uprv_eastrncpy(uint8_t *dst, const uint8_t *src, int32_t n) in uprv_eastrncpy() argument
609 n = static_cast<int32_t>(uprv_strlen((const char*)src)+1); /* copy NUL */ in uprv_eastrncpy()
612 while(*src && n>0) { in uprv_eastrncpy()
613 char ch = ebcdicFromAscii[*(src++)]; in uprv_eastrncpy()
H A Dusprep.cpp508 const UChar* src, int32_t srcLength, in usprep_map()
529 U16_NEXT(src,srcIndex,srcLength,ch); in usprep_map()
540 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError); in usprep_map()
640 const UChar* src, int32_t srcLength, in usprep_prepare()
653 (src==NULL ? srcLength!=0 : srcLength<-1) || in usprep_prepare()
661 srcLength = u_strlen(src); in usprep_prepare()
670 int32_t b1Len = usprep_map(profile, src, srcLength, in usprep_prepare()
684 b1Len = usprep_map(profile, src, srcLength, in usprep_prepare()
507 usprep_map( const UStringPrepProfile* profile, const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_map() argument
639 usprep_prepare( const UStringPrepProfile* profile, const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) usprep_prepare() argument
H A Dutrie2.cpp99 const uint8_t *src, const uint8_t *limit) { in utrie2_internalU8NextIndex()
103 if((limit-src)<=7) { in utrie2_internalU8NextIndex()
104 length=(int32_t)(limit-src); in utrie2_internalU8NextIndex()
108 c=utf8_nextCharSafeBody(src, &i, length, c, -1); in utrie2_internalU8NextIndex()
114 const uint8_t *start, const uint8_t *src) { in utrie2_internalU8PrevIndex()
117 if((src-start)<=7) { in utrie2_internalU8PrevIndex()
118 i=length=(int32_t)(src-start); in utrie2_internalU8PrevIndex()
121 start=src-7; in utrie2_internalU8PrevIndex()
124 i=length-i; /* number of bytes read backward from src */ in utrie2_internalU8PrevIndex()
98 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, const uint8_t *src, const uint8_t *limit) utrie2_internalU8NextIndex() argument
113 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c, const uint8_t *start, const uint8_t *src) utrie2_internalU8PrevIndex() argument
/third_party/toybox/kconfig/
H A Dconfdata.c55 const char *src; in conf_expand_value() local
61 while ((src = strchr(in, '$'))) { in conf_expand_value()
62 strncat(res_value, in, src - in); in conf_expand_value()
63 src++; in conf_expand_value()
65 while (isalnum(*src) || *src == '_') in conf_expand_value()
66 *dst++ = *src++; in conf_expand_value()
71 in = src; in conf_expand_value()
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_qpel_8bit.asm57 cglobal %1_h264_qpel4_h_lowpass, 4,5 ; dst, src, dstStride, srcStride
100 cglobal %1_h264_qpel8_h_lowpass, 4,5 ; dst, src, dstStride, srcStride
160 cglobal %1_h264_qpel8_h_lowpass, 4,5,8 ; dst, src, dstStride, srcStride
204 cglobal %1_h264_qpel4_h_lowpass_l2, 5,6 ; dst, src, src2, dstStride, srcStride
251 cglobal %1_h264_qpel8_h_lowpass_l2, 5,6 ; dst, src, src2, dstStride, srcStride
315 cglobal %1_h264_qpel8_h_lowpass_l2, 5,6,8 ; dst, src, src2, dstStride, src2Stride
362 ; dst, src, dstStride, srcStride
384 cglobal %1_h264_qpel4_v_lowpass, 4,4 ; dst, src, dstStride, srcStride
418 cglobal %1_h264_qpel8or16_v_lowpass, 5,5,8 ; dst, src, dstStride, srcStride, h
424 cglobal %1_h264_qpel8or16_v_lowpass_op, 5,5,8 ; dst, src, dstStrid
[all...]
/third_party/backends/backend/
H A Du12-image.c186 static void fnDataDirect( U12_Device *dev, void *src, void *dest, u_long len ) in fnDataDirect() argument
189 memcpy( dest, src, len ); in fnDataDirect()
196 SANE_Byte *src; in fnColorDirect() local
199 src = (SANE_Byte*)img; in fnColorDirect()
202 for ( len = dev->DataInf.dwAsicPixelsPerPlane; len; len--, src++, dest++) { in fnColorDirect()
204 dest->Red = *src; in fnColorDirect()
205 dest->Green = src[dev->DataInf.dwAsicPixelsPerPlane]; in fnColorDirect()
206 dest->Blue = src[dev->DataInf.dwAsicPixelsPerPlane*2]; in fnColorDirect()
216 u_short *src; in fnColor42() local
222 src in fnColor42()
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_nir_passes.c82 nir_ssa_def *pos = nir_ssa_for_src(b, intr->src[1], 4); in lower_pos_write()
90 nir_instr_rewrite_src(&intr->instr, intr->src + 1, nir_src_for_ssa(def)); in lower_pos_write()
289 nir_ssa_def *col = nir_ssa_for_src(b, intr->src[1], intr->num_components); in lower_uint_color_write()
296 nir_instr_rewrite_src(&intr->instr, intr->src + 1, nir_src_for_ssa(def)); in lower_uint_color_write()
414 nir_ssa_def *pos = nir_ssa_for_src(b, intr->src[1], 4); in invert_depth_impl()
432 nir_instr_rewrite_src(&intr->instr, intr->src + 1, nir_src_for_ssa(def)); in invert_depth_impl()
451 state->viewport_index = intr->src[1].ssa; in invert_depth_instr()
540 deref = nir_src_as_deref(instr->src[0]); in lower_instr()
702 nir_ssa_def *buffer = intr->src[0].ssa; in lower_load_ubo_packed_impl()
703 nir_ssa_def *offset = intr->src[ in lower_load_ubo_packed_impl()
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_neon.c14 #include "src/dsp/dsp.h"
20 #include "src/dsp/neon.h"
21 #include "src/enc/vp8i_enc.h"
258 static uint8x16_t Load4x4_NEON(const uint8_t* src) { in Load4x4_NEON() argument
260 out = vld1q_lane_u32((const uint32_t*)(src + 0 * BPS), out, 0); in Load4x4_NEON()
261 out = vld1q_lane_u32((const uint32_t*)(src + 1 * BPS), out, 1); in Load4x4_NEON()
262 out = vld1q_lane_u32((const uint32_t*)(src + 2 * BPS), out, 2); in Load4x4_NEON()
263 out = vld1q_lane_u32((const uint32_t*)(src + 3 * BPS), out, 3); in Load4x4_NEON()
296 static void FTransform_NEON(const uint8_t* src, const uint8_t* ref, in FTransform_NEON() argument
300 const uint8x16_t S0 = Load4x4_NEON(src); in FTransform_NEON()
366 FTransform_NEON(const uint8_t* src, const uint8_t* ref, int16_t* out) FTransform_NEON() argument
486 FTransformWHT_NEON(const int16_t* src, int16_t* out) FTransformWHT_NEON() argument
[all...]

Completed in 47 milliseconds

1...<<131132133134135136137138139140>>...282