| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | fmtconvert_mips.c | 66 const int *src_end = src + len; in int32_to_float_fmul_scalar_mips() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | sgirledec.c | 70 const uint8_t *src_end = src + src_size; in decode_sgirle8() local
|
| H A D | dxa.c | 58 uint8_t *src_end = src + srcsize; in decode_13() local
|
| H A D | yop.c | 45 const uint8_t *src_end; member
|
| H A D | tiertexseqv.c | 40 seq_unpack_rle_block(const unsigned char *src, const unsigned char *src_end, unsigned char *dst, int dst_size) seq_unpack_rle_block() argument 78 seq_decode_op1(SeqVideoContext *seq, const unsigned char *src, const unsigned char *src_end, unsigned char *dst) seq_decode_op1() argument 128 seq_decode_op2(SeqVideoContext *seq, const unsigned char *src, const unsigned char *src_end, unsigned char *dst) seq_decode_op2() argument 147 seq_decode_op3(SeqVideoContext *seq, const unsigned char *src, const unsigned char *src_end, unsigned char *dst) seq_decode_op3() argument [all...] |
| H A D | dsicinvideo.c | 101 const unsigned char *src_end = src + src_size; in cin_decode_huffman() local 135 const unsigned char *src_end = src + src_size; in cin_decode_lzss() local 172 const unsigned char *src_end = src + src_size; in cin_decode_rle() local
|
| H A D | eatgv.c | 74 static int unpack(const uint8_t *src, const uint8_t *src_end, in unpack() argument
|
| H A D | xxan.c | 186 const uint8_t *src, *src_end; in xan_decode_chroma() local
|
| H A D | lagarith.c | 443 const uint8_t *src_end = src + src_size; in lag_decode_arith_plane() local 371 lag_decode_zero_run_line(LagarithContext *l, uint8_t *dst, const uint8_t *src, const uint8_t *src_end, int width, int esc_count) lag_decode_zero_run_line() argument
|
| H A D | iff.c | 718 const uint8_t *src_end = src + src_size; in decode_deep_rle32() local
|
| H A D | mss3.c | 63 const uint8_t *src, *src_end; member
|
| /third_party/ffmpeg/libavutil/ |
| H A D | aes_ctr.c | 109 const uint8_t* src_end = src + count; in av_aes_ctr_crypt() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-name.cc | 76 const typename in_utf_t::codepoint_t *src_end = src + src_len; in hb_ot_name_convert_utf() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_register_coalesce.cpp | 110 int src_end = live.end[src_var]; in can_coalesce_vars() local
|
| H A D | brw_vec4.cpp | 1944 unsigned src_end = src_start + inst->size_read(i) - 1; in dst_src_regions_overlap() local
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | memcopy.h | 280 Address src_end = src_start + count * sizeof(SrcType); in CopyChars() local
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_delay.c | 231 unsigned src_end = src_start + post_ra_reg_elems(src) * reg_elem_size(src); in delay_calc_srcn() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | function.h | 224 inline void Function::AddBasicBlocks(T src_begin, T src_end, iterator ip) { in AddBasicBlocks() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | function.h | 224 inline void Function::AddBasicBlocks(T src_begin, T src_end, iterator ip) { in AddBasicBlocks() argument
|
| /third_party/spirv-tools/source/opt/ |
| H A D | function.h | 237 inline void Function::AddBasicBlocks(T src_begin, T src_end, iterator ip) { in AddBasicBlocks() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | rtmppkt.c | 667 uint8_t *src = p->data, *src_end = p->data + p->size; in ff_rtmp_packet_dump() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_atempo.c | 428 yae_load_data(ATempoContext *atempo, const uint8_t **src_ref, const uint8_t *src_end, int64_t stop_here) yae_load_data() argument 503 yae_load_frag(ATempoContext *atempo, const uint8_t **src_ref, const uint8_t *src_end) yae_load_frag() argument 821 yae_apply(ATempoContext *atempo, const uint8_t **src_ref, const uint8_t *src_end, uint8_t **dst_ref, uint8_t *dst_end) yae_apply() argument 1061 const uint8_t *src_end = src + n_in * atempo->stride; filter_frame() local [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_blit.c | 505 unsigned src_start, src_end; in blit_image() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | lossless.c | 309 const uint32_t* const src_end = src + width; in ColorSpaceInverseTransform_C() local 432 const uint32_t* const src_end = src + num_pixels; in VP8LConvertBGRAToRGB_C() local 443 const uint32_t* const src_end = src + num_pixels; in VP8LConvertBGRAToRGBA_C() local 455 const uint32_t* const src_end = src + num_pixels; in VP8LConvertBGRAToRGBA4444_C() local 472 const uint32_t* const src_end = src + num_pixels; in VP8LConvertBGRAToRGB565_C() local 489 const uint32_t* const src_end = src + num_pixels; VP8LConvertBGRAToBGR_C() local 501 const uint32_t* const src_end = src + num_pixels; CopyOrSwap() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 354 EdgeIterator src_end() const { return SrcEdges.end(); } in src_end() function in llvm::GCOVBlock
|