Home
last modified time | relevance | path

Searched defs:src0_ptr (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dhevc_mc_bi_msa.c61 static void hevc_bi_copy_4w_msa(uint8_t *src0_ptr, in hevc_bi_copy_4w_msa()
129 static void hevc_bi_copy_6w_msa(uint8_t *src0_ptr, in hevc_bi_copy_6w_msa()
181 static void hevc_bi_copy_8w_msa(uint8_t *src0_ptr, in hevc_bi_copy_8w_msa()
269 static void hevc_bi_copy_12w_msa(uint8_t *src0_ptr, in hevc_bi_copy_12w_msa()
308 static void hevc_bi_copy_16w_msa(uint8_t *src0_ptr, in hevc_bi_copy_16w_msa()
346 static void hevc_bi_copy_24w_msa(uint8_t *src0_ptr, in hevc_bi_copy_24w_msa()
392 static void hevc_bi_copy_32w_msa(uint8_t *src0_ptr, in hevc_bi_copy_32w_msa()
436 static void hevc_bi_copy_48w_msa(uint8_t *src0_ptr, in hevc_bi_copy_48w_msa()
490 static void hevc_bi_copy_64w_msa(uint8_t *src0_ptr, in hevc_bi_copy_64w_msa()
529 static void hevc_hz_bi_8t_4w_msa(uint8_t *src0_ptr, in hevc_hz_bi_8t_4w_msa()
[all …]
Dhevc_mc_biw_msa.c82 static void hevc_biwgt_copy_4w_msa(uint8_t *src0_ptr, in hevc_biwgt_copy_4w_msa()
171 static void hevc_biwgt_copy_6w_msa(uint8_t *src0_ptr, in hevc_biwgt_copy_6w_msa()
225 static void hevc_biwgt_copy_8w_msa(uint8_t *src0_ptr, in hevc_biwgt_copy_8w_msa()
313 static void hevc_biwgt_copy_12w_msa(uint8_t *src0_ptr, in hevc_biwgt_copy_12w_msa()
372 static void hevc_biwgt_copy_16w_msa(uint8_t *src0_ptr, in hevc_biwgt_copy_16w_msa()
427 static void hevc_biwgt_copy_24w_msa(uint8_t *src0_ptr, in hevc_biwgt_copy_24w_msa()
491 static void hevc_biwgt_copy_32w_msa(uint8_t *src0_ptr, in hevc_biwgt_copy_32w_msa()
552 static void hevc_biwgt_copy_48w_msa(uint8_t *src0_ptr, in hevc_biwgt_copy_48w_msa()
604 static void hevc_biwgt_copy_64w_msa(uint8_t *src0_ptr, in hevc_biwgt_copy_64w_msa()
659 static void hevc_hz_biwgt_8t_4w_msa(uint8_t *src0_ptr, in hevc_hz_biwgt_8t_4w_msa()
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dimage_process.cc136 const unsigned char *src0_ptr = src0 + x_offset[x]; in ResizeBilinear3C() local
218 const unsigned char *src0_ptr = src0 + x_offset[x]; in ResizeBilinear1C() local