| /third_party/ffmpeg/libavcodec/ |
| H A D | snow.h | 221 static av_always_inline void snow_horizontal_compose_lift_lead_out(int i, IDWTELEM * dst, IDWTELEM * src, IDWTELEM * ref, int width, int w, int lift_high, int mul, int add, int shift){ in snow_horizontal_compose_lift_lead_out() argument 231 static av_always_inline void snow_horizontal_compose_liftS_lead_out(int i, IDWTELEM * dst, IDWTELEM * src, IDWTELEM * ref, int width, int w){ in snow_horizontal_compose_liftS_lead_out() argument 490 static inline void init_ref(MotionEstContext *c, uint8_t *src[ argument [all...] |
| H A D | pngdec.c | 198 void ff_add_png_paeth_prediction(uint8_t *dst, uint8_t *src, uint8_t *top, in ff_add_png_paeth_prediction() argument 128 png_put_interlaced_row(uint8_t *dst, int width, int bits_per_pixel, int pass, int color_type, const uint8_t *src) png_put_interlaced_row() argument 264 ff_png_filter_row(PNGDSPContext *dsp, uint8_t *dst, int filter_type, uint8_t *src, uint8_t *last, int size, int bpp) ff_png_filter_row() argument 1085 const uint8_t *src = s->last_picture.f->data[0]; handle_p_frame_apng() local 1641 update_thread_context(AVCodecContext *dst, const AVCodecContext *src) update_thread_context() argument [all...] |
| H A D | sanm.c | 605 static inline void codec37_mv(uint8_t *dst, const uint8_t *src, in codec37_mv() argument 1018 uint8_t *src = (uint8_t *)psrc; in copy_block() local 1371 const uint8_t *src = (uint8_t*) ctx->frm0; in copy_output() local [all...] |
| H A D | proresenc_anatoliy.c | 326 static void calc_plane_dct(FDCTDSPContext *fdsp, uint8_t *src, int16_t * blocks, int src_stride, int mb_count, int chroma, int is_422) in calc_plane_dct() argument 476 subimage_with_fill_template(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_alpha_plane, int is_interlaced, int is_top_field) subimage_with_fill_template() argument 524 subimage_with_fill(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) subimage_with_fill() argument 532 subimage_alpha_with_fill(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) subimage_alpha_with_fill() argument 805 scale_mat(const uint8_t* src, int* dst, int scale) scale_mat() argument [all...] |
| H A D | tiff.c | 310 dng_blit(TiffContext *s, uint8_t *dst, int dst_stride, const uint8_t *src, int src_stride, int width, int height, int is_single_comp, int is_u16) dng_blit() argument 373 horizontal_fill(TiffContext *s, unsigned int bpp, uint8_t* dst, int usePtr, const uint8_t *src, uint8_t c, int width, int offset) horizontal_fill() argument 428 deinvert_buffer(TiffContext *s, const uint8_t *src, int size) deinvert_buffer() argument 441 unpack_gray(TiffContext *s, AVFrame *p, const uint8_t *src, int lnum, int width, int bpp) unpack_gray() argument 454 unpack_yuv(TiffContext *s, AVFrame *p, const uint8_t *src, int lnum) unpack_yuv() argument 483 tiff_uncompress(uint8_t *dst, unsigned long *len, const uint8_t *src, int size) tiff_uncompress() argument 504 tiff_unpack_zlib(TiffContext *s, AVFrame *p, uint8_t *dst, int stride, const uint8_t *src, int size, int width, int lines, int strip_start, int is_yuv) tiff_unpack_zlib() argument 550 tiff_uncompress_lzma(uint8_t *dst, uint64_t *len, const uint8_t *src, int size) tiff_uncompress_lzma() argument 571 tiff_unpack_lzma(TiffContext *s, AVFrame *p, uint8_t *dst, int stride, const uint8_t *src, int size, int width, int lines, int strip_start, int is_yuv) tiff_unpack_lzma() argument 614 tiff_unpack_fax(TiffContext *s, uint8_t *dst, int stride, const uint8_t *src, int size, int width, int lines) tiff_unpack_fax() argument 725 tiff_unpack_strip(TiffContext *s, AVFrame *p, uint8_t *dst, int stride, const uint8_t *src, int size, int strip_start, int lines) tiff_unpack_strip() argument 2069 uint8_t *src = five_planes ? five_planes : p->data[plane]; decode_frame() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_afftdn.c | 864 float *src = (float *)in->extended_data[ch]; in sample_noise_block() local 983 const float *src = (const float *)in->extended_data[ch]; in filter_channel() local 1019 float *src = (float *)s->winframe->extended_data[ch]; in output_frame() local 1109 double *src in output_frame() local [all...] |
| H A D | af_biquads.c | 1177 const int16_t *src = ((const int16_t *)in->extended_data[p]) + io; in reverse_samples() local 1184 const int32_t *src = ((const int32_t *)in->extended_data[p]) + io; in reverse_samples() local 1191 const float *src = ((const float *)in->extended_data[p]) + io; in reverse_samples() local 1198 const double *src = ((const double *)in->extended_data[p]) + io; in reverse_samples() local
|
| H A D | avf_showcqt.c | 270 static void cqt_calc(AVComplexFloat *dst, const AVComplexFloat *src, const Coeffs *coeffs, in cqt_calc() argument
|
| H A D | vf_fieldmatch.c | 79 AVFrame *prv, *src, *nxt; ///< main sliding window of 3 frames member 196 static int calc_combed_score(const FieldMatchContext *fm, const AVFrame *src) in calc_combed_score() argument 494 const AVFrame *src = fm->src; compare_fields() local 609 copy_fields(const FieldMatchContext *fm, AVFrame *dst, const AVFrame *src, int field, int input) copy_fields() argument 622 create_weave_frame(AVFilterContext *ctx, int match, int field, const AVFrame *prv, AVFrame *src, const AVFrame *nxt, int input) create_weave_frame() argument [all...] |
| H A D | vf_nnedi.c | 326 static void gather_input(const float *src, ptrdiff_t src_stride, in gather_input() argument 231 process_old(AVFilterContext *ctx, const void *src, ptrdiff_t src_stride, uint8_t *prescreen, int N, const PrescreenerCoefficients *const m_data) process_old() argument 267 process_new(AVFilterContext *ctx, const void *src, ptrdiff_t src_stride, uint8_t *prescreen, int N, const PrescreenerCoefficients *const m_data) process_new() argument 389 predictor(AVFilterContext *ctx, const void *src, ptrdiff_t src_stride, void *dst, const uint8_t *prescreen, int N, const PredictorCoefficients *const model, int use_q2) predictor() argument 439 read_bytes(const uint8_t *src, float *dst, int src_stride, int dst_stride, int width, int height, float scale) read_bytes() argument 462 const uint16_t *src = (const uint16_t *)srcp; read_words() local 481 write_bytes(const float *src, uint8_t *dst, int src_stride, int dst_stride, int width, int height, int depth, float scale) write_bytes() argument 495 write_words(const float *src, uint8_t *dstp, int src_stride, int dst_stride, int width, int height, int depth, float scale) write_words() argument 513 interpolation(const void *src, ptrdiff_t src_stride, void *dst, const uint8_t *prescreen, int n) interpolation() argument [all...] |
| H A D | vf_paletteuse.c | 407 uint32_t *src = ((uint32_t *)in ->data[0]) + y_start*src_linesize; in set_frame() local [all...] |
| H A D | vf_xfade.c | 1745 const uint8_t *src = in->data[FFMIN(plane, s->nb_planes - 1)]; in getpix() local
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | decklink_dec.cpp | 194 static void extract_luma_from_v210(uint16_t *dst, const uint8_t *src, int width) in extract_luma_from_v210() argument 205 static void unpack_v210(uint16_t *dst, const uint8_t *src, int width) in unpack_v210() argument 235 teletext_data_unit_from_vbi_data(int line, uint8_t *src, uint8_t *tgt, vbi_pixfmt fmt) teletext_data_unit_from_vbi_data() argument 249 teletext_data_unit_from_vbi_data_10bit(int line, uint8_t *src, uint8_t *tgt) teletext_data_unit_from_vbi_data_10bit() argument [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | opt.c | 1123 AVDictionary *src; in av_opt_get_dict_val() local 1884 int av_opt_copy(void *dst, const void *src) in av_opt_copy() argument
|
| H A D | hwcontext_opencl.c | 1810 opencl_transfer_data_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) opencl_transfer_data_from() argument 1865 opencl_transfer_data_to(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) opencl_transfer_data_to() argument 1956 opencl_map_frame(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) opencl_map_frame() argument 2078 opencl_map_from_drm_beignet(AVHWFramesContext *dst_fc, AVFrame *dst, const AVFrame *src, int flags) opencl_map_from_drm_beignet() argument 2164 opencl_map_from_vaapi(AVHWFramesContext *dst_fc, AVFrame *dst, const AVFrame *src, int flags) opencl_map_from_vaapi() argument 2244 opencl_map_from_qsv(AVHWFramesContext *dst_fc, AVFrame *dst, const AVFrame *src, int flags) opencl_map_from_qsv() argument 2367 opencl_map_from_dxva2(AVHWFramesContext *dst_fc, AVFrame *dst, const AVFrame *src, int flags) opencl_map_from_dxva2() argument 2529 opencl_map_from_d3d11(AVHWFramesContext *dst_fc, AVFrame *dst, const AVFrame *src, int flags) opencl_map_from_d3d11() argument 2685 opencl_map_from_drm_arm(AVHWFramesContext *dst_fc, AVFrame *dst, const AVFrame *src, int flags) opencl_map_from_drm_arm() argument 2821 opencl_map_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) opencl_map_from() argument 2830 opencl_map_to(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) opencl_map_to() argument [all...] |
| /third_party/curl/lib/vtls/ |
| H A D | vtls.c | 364 struct ssl_primary_config *src, *dest; in Curl_ssl_conn_config_update() local 100 blobdup(struct curl_blob **dest, struct curl_blob *src) blobdup() argument [all...] |
| /third_party/ffmpeg/libswscale/ |
| H A D | output.c | 144 yuv2plane1_16_c_template(const int32_t *src, uint16_t *dest, int dstW, in yuv2plane1_16_c_template() argument 214 yuv2plane1_float_c_template(const int32_t *src, float *dest, int dstW) in yuv2plane1_float_c_template() argument 230 yuv2plane1_float_bswap_c_template(const int32_t *src, uint32_t *dest, int dstW) in yuv2plane1_float_bswap_c_template() argument 246 yuv2planeX_float_c_template(const int16_t *filter, int filterSize, const int32_t **src, in yuv2planeX_float_c_template() argument 158 yuv2planeX_16_c_template(const int16_t *filter, int filterSize, const int32_t **src, uint16_t *dest, int dstW, int big_endian, int output_bits) yuv2planeX_16_c_template() argument 266 yuv2planeX_float_bswap_c_template(const int16_t *filter, int filterSize, const int32_t **src, uint32_t *dest, int dstW) yuv2planeX_float_bswap_c_template() argument 322 yuv2plane1_10_c_template(const int16_t *src, uint16_t *dest, int dstW, int big_endian, int output_bits) yuv2plane1_10_c_template() argument 335 yuv2planeX_10_c_template(const int16_t *filter, int filterSize, const int16_t **src, uint16_t *dest, int dstW, int big_endian, int output_bits) yuv2planeX_10_c_template() argument 400 yuv2planeX_8_c(const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) yuv2planeX_8_c() argument 415 yuv2plane1_8_c(const int16_t *src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) yuv2plane1_8_c() argument 468 yuv2p010l1_c(const int16_t *src, uint16_t *dest, int dstW, int big_endian) yuv2p010l1_c() argument 481 yuv2p010lX_c(const int16_t *filter, int filterSize, const int16_t **src, uint16_t *dest, int dstW, int big_endian) yuv2p010lX_c() argument 521 yuv2p010l1_LE_c(const int16_t *src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) yuv2p010l1_LE_c() argument 528 yuv2p010l1_BE_c(const int16_t *src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) yuv2p010l1_BE_c() argument 535 yuv2p010lX_LE_c(const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) yuv2p010lX_LE_c() argument 542 yuv2p010lX_BE_c(const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) yuv2p010lX_BE_c() argument [all...] |
| /third_party/ffmpeg/libswscale/ppc/ |
| H A D | swscale_vsx.c | 91 static void yuv2plane1_8_u(const int16_t *src, uint8_t *dest, int dstW, in yuv2plane1_8_u() argument 101 static void yuv2plane1_8_vsx(const int16_t *src, uint8_t *dest, int dstW, in yuv2plane1_8_vsx() argument 146 static void yuv2plane1_nbps_u(const int16_t *src, uint16_ argument 158 yuv2plane1_nbps_vsx(const int16_t *src, uint16_t *dest, int dstW, const int big_endian, const int output_bits) yuv2plane1_nbps_vsx() argument 188 yuv2planeX_nbps_u(const int16_t *filter, int filterSize, const int16_t **src, uint16_t *dest, int dstW, int big_endian, int output_bits, int start) yuv2planeX_nbps_u() argument 206 yuv2planeX_nbps_vsx(const int16_t *filter, int filterSize, const int16_t **src, uint16_t *dest, int dstW, int big_endian, int output_bits) yuv2planeX_nbps_vsx() argument 267 yuv2plane1_16_u(const int32_t *src, uint16_t *dest, int dstW, int big_endian, int output_bits, int start) yuv2plane1_16_u() argument 279 yuv2plane1_16_vsx(const int32_t *src, uint16_t *dest, int dstW, const int big_endian, int output_bits) yuv2plane1_16_vsx() argument 316 yuv2planeX_16_u(const int16_t *filter, int filterSize, const int32_t **src, uint16_t *dest, int dstW, int big_endian, int output_bits, int start) yuv2planeX_16_u() argument 340 yuv2planeX_16_vsx(const int16_t *filter, int filterSize, const int32_t **src, uint16_t *dest, int dstW, int big_endian, int output_bits) yuv2planeX_16_vsx() argument 1669 hyscale_fast_vsx(SwsContext *c, int16_t *dst, int dstWidth, const uint8_t *src, int srcW, int xInc) hyscale_fast_vsx() argument 1861 hScale8To19_vsx(SwsContext *c, int16_t *_dst, int dstW, const uint8_t *src, const int16_t *filter, const int32_t *filterPos, int filterSize) hScale8To19_vsx() argument 1926 const uint16_t *src = (const uint16_t *) _src; hScale16To19_vsx() local 2003 const uint16_t *src = (const uint16_t *) _src; hScale16To15_vsx() local [all...] |
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Intermediate.cpp | 567 bool TIntermediate::buildConvertOp(TBasicType dst, TBasicType src, TOperator& newOp) const in buildConvertOp() argument [all...] |
| /third_party/glslang/SPIRV/ |
| H A D | SpvBuilder.h | 128 void setEmitNonSemanticShaderDebugSource(bool const src) in setEmitNonSemanticShaderDebugSource() argument
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_direct.c | 838 hw_param_interval_refine_one(snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, snd_interval_t *src) global() argument
|
| H A D | pcm_route.c | 140 const char *src; in snd_pcm_route_convert1_one() local 190 const char *src; in snd_pcm_route_convert1_one_getput() local 328 const char *src = srcs[srcidx]; in snd_pcm_route_convert1_many() local 636 unsigned int src, dst, nsrcs; in snd_pcm_route_get_chmap() local 694 unsigned int src; snd_pcm_route_dump() local [all...] |
| /third_party/backends/backend/ |
| H A D | dll.c | 460 char *funcname, *src, *orig_src = 0, *dir, *path = 0; in load() local [all...] |
| H A D | plustek-usbshading.c | 1974 u_short *dest, *src; in usb_AdjustWhiteShading() local
|
| /third_party/alsa-lib/src/ucm/ |
| H A D | parser.c | 1763 verb_dev_list_add(struct use_case_verb *verb, enum dev_list_type dst_type, const char *dst, const char *src) verb_dev_list_add() argument
|