| /third_party/ffmpeg/libavcodec/ |
| D | tiertexseqv.c | 41 const unsigned char *src_end, in seq_unpack_rle_block() 80 const unsigned char *src_end, in seq_decode_op1() 130 const unsigned char *src_end, in seq_decode_op2() 149 const unsigned char *src_end, in seq_decode_op3()
|
| 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
|
| D | sgirledec.c | 70 const uint8_t *src_end = src + src_size; in decode_sgirle8() local
|
| D | yop.c | 45 const uint8_t *src_end; member
|
| D | lagarith.c | 372 const uint8_t *src, const uint8_t *src_end, in lag_decode_zero_run_line() 443 const uint8_t *src_end = src + src_size; in lag_decode_arith_plane() local
|
| D | dxa.c | 58 uint8_t *src_end = src + srcsize; in decode_13() local
|
| D | eatgv.c | 74 static int unpack(const uint8_t *src, const uint8_t *src_end, in unpack()
|
| D | xxan.c | 186 const uint8_t *src, *src_end; in xan_decode_chroma() local
|
| /third_party/skia/m133/third_party/externals/libwebp/src/dsp/ |
| D | lossless.c | 323 const uint32_t* const src_end = src + width; in ColorSpaceInverseTransform_C() local 446 const uint32_t* const src_end = src + num_pixels; in VP8LConvertBGRAToRGB_C() local 457 const uint32_t* const src_end = src + num_pixels; in VP8LConvertBGRAToRGBA_C() local 469 const uint32_t* const src_end = src + num_pixels; in VP8LConvertBGRAToRGBA4444_C() local 486 const uint32_t* const src_end = src + num_pixels; in VP8LConvertBGRAToRGB565_C() local 503 const uint32_t* const src_end = src + num_pixels; in VP8LConvertBGRAToBGR_C() local 515 const uint32_t* const src_end = src + num_pixels; in CopyOrSwap() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| 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; in VP8LConvertBGRAToBGR_C() local 501 const uint32_t* const src_end = src + num_pixels; in CopyOrSwap() local
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | fmtconvert_mips.c | 66 const int *src_end = src + len; in int32_to_float_fmul_scalar_mips() local
|
| /third_party/ffmpeg/libavutil/ |
| D | aes_ctr.c | 109 const uint8_t* src_end = src + count; in av_aes_ctr_crypt() local
|
| /third_party/mesa3d/src/intel/compiler/elk/ |
| D | elk_fs_register_coalesce.cpp | 110 int src_end = live.end[src_var]; in can_coalesce_vars() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| 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/ffmpeg/libavfilter/ |
| D | af_atempo.c | 430 const uint8_t *src_end, in yae_load_data() 505 const uint8_t *src_end) in yae_load_frag() 823 const uint8_t *src_end, in yae_apply() 1061 const uint8_t *src_end = src + n_in * atempo->stride; in filter_frame() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_opt_register_coalesce.cpp | 111 int src_end = live.end[src_var]; in can_coalesce_vars() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | function.h | 224 inline void Function::AddBasicBlocks(T src_begin, T src_end, iterator ip) { in AddBasicBlocks()
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | function.h | 224 inline void Function::AddBasicBlocks(T src_begin, T src_end, iterator ip) { in AddBasicBlocks()
|
| /third_party/spirv-tools/source/opt/ |
| D | function.h | 237 inline void Function::AddBasicBlocks(T src_begin, T src_end, iterator ip) { in AddBasicBlocks()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/ |
| D | file_utils.cc | 68 const char *src_end = src + (strlen(src) - strlen(end)); in IsCharEndWith() local
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/ |
| D | hb-subset-input.cc | 725 const uint8_t *src_end = src + str_len; in hb_subset_input_override_name_table() local
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/OT/name/ |
| D | name.hh | 46 const typename in_utf_t::codepoint_t *src_end = src + src_len; in hb_ot_name_convert_utf() local
|
| /third_party/ffmpeg/libavformat/ |
| D | rtmppkt.c | 667 uint8_t *src = p->data, *src_end = p->data + p->size; in ff_rtmp_packet_dump() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
| D | GCOV.h | 354 EdgeIterator src_end() const { return SrcEdges.end(); } in src_end() function
|
| /third_party/mesa3d/src/amd/vulkan/meta/ |
| D | radv_meta_blit.c | 547 unsigned src_start, src_end; in blit_image() local
|