| /third_party/ffmpeg/libavcodec/ |
| H A D | smcenc.c | 117 const int stride = frame->linesize[0]; in smc_encode_stream() local [all...] |
| H A D | zmbv.c | 71 int stride; member 249 int stride; in zmbv_decode_xor_24() local [all...] |
| H A D | zmbvenc.c | 87 static inline int block_cmp(ZmbvEncContext *c, uint8_t *src, int stride, in block_cmp() argument
|
| H A D | vmnc.c | 132 static void put_cursor(uint8_t *dst, int stride, VmncContext *c, int dx, int dy) in put_cursor() argument 192 paint_rect(uint8_t *dst, int dx, int dy, int w, int h, int color, int bpp, int stride) paint_rect() argument 222 paint_raw(uint8_t *dst, int w, int h, GetByteContext *gb, int bpp, int be, int stride) paint_raw() argument 246 decode_hextile(VmncContext *c, uint8_t* dst, GetByteContext *gb, int w, int h, int stride) decode_hextile() argument [all...] |
| H A D | tdsc.c | 146 static void tdsc_paint_cursor(AVCodecContext *avctx, uint8_t *dst, int stride) in tdsc_paint_cursor() argument
|
| H A D | utvideodec.c | 90 decode_plane10(UtvideoContext *c, int plane_no, uint16_t *dst, ptrdiff_t stride, int width, int height, const uint8_t *src, const uint8_t *huff, int use_pred) decode_plane10() argument 203 decode_plane(UtvideoContext *c, int plane_no, uint8_t *dst, ptrdiff_t stride, int width, int height, const uint8_t *src, int use_pred) decode_plane() argument 357 restore_median_planar(UtvideoContext *c, uint8_t *src, ptrdiff_t stride, int width, int height, int slices, int rmode) restore_median_planar() argument 409 restore_median_planar_il(UtvideoContext *c, uint8_t *src, ptrdiff_t stride, int width, int height, int slices, int rmode) restore_median_planar_il() argument 464 restore_gradient_planar(UtvideoContext *c, uint8_t *src, ptrdiff_t stride, int width, int height, int slices, int rmode) restore_gradient_planar() argument 505 restore_gradient_planar_il(UtvideoContext *c, uint8_t *src, ptrdiff_t stride, int width, int height, int slices, int rmode) restore_gradient_planar_il() argument [all...] |
| H A D | mpegvideo_motion.c | 408 static inline void put_obmc(uint8_t *dst, uint8_t *src[5], int stride) in put_obmc() argument
|
| H A D | mss12.c | 201 decode_pixel_in_context(ArithCoder *acoder, PixContext *pctx, uint8_t *src, ptrdiff_t stride, int x, int y, int has_right) decode_pixel_in_context() argument 294 decode_region(ArithCoder *acoder, uint8_t *dst, uint8_t *rgb_dst, int x, int y, int width, int height, ptrdiff_t stride, ptrdiff_t rgb_stride, PixContext *pctx, const uint32_t *pal) decode_region() argument 376 decode_region_masked(MSS12Context const *c, ArithCoder *acoder, uint8_t *dst, ptrdiff_t stride, uint8_t *mask, ptrdiff_t mask_stride, int x, int y, int width, int height, PixContext *pctx) decode_region_masked() argument 477 ptrdiff_t stride = c->pal_stride; decode_region_intra() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_deshake.c | 190 static int block_contrast(uint8_t *src, int x, int y, int stride, int blocksize) in block_contrast() argument 120 find_block_motion(DeshakeContext *deshake, uint8_t *src1, uint8_t *src2, int cx, int cy, int stride, IntMotionVector *mv) find_block_motion() argument 235 find_motion(DeshakeContext *deshake, uint8_t *src1, uint8_t *src2, int width, int height, int stride, Transform *t) find_motion() argument [all...] |
| H A D | vf_pullup.c | 529 int stride = s->planewidth[mp] << 1; /* field stride */ in compute_metric() local
|
| H A D | vf_siti.c | 181 int stride = linesize / s->pixel_depth; in convolve_sobel() local 218 int stride = linesize / s->pixel_depth; in calculate_motion() local
|
| H A D | vf_uspp.c | 200 int stride = p->temp_stride[i]; in filter() local [all...] |
| H A D | vf_pp7.c | 95 static inline void dctA_c(int16_t *dst, uint8_t *src, int stride) in dctA_c() argument 207 const int stride = is_luma ? p->temp_stride : ((width + 16 + 15) & (~15)); in filter() local [all...] |
| /third_party/ffmpeg/libavcodec/ppc/ |
| H A D | vc1dsp_altivec.c | 233 static void vc1_inv_trans_8x4_altivec(uint8_t *dest, ptrdiff_t stride, in vc1_inv_trans_8x4_altivec() argument
|
| /third_party/ffmpeg/libpostproc/ |
| H A D | postprocess_internal.h | 168 int stride; ///<size of some buffers (needed to realloc them if needed) member 177 static inline void linecpy(void *dest, const void *src, int lines, int stride) { in linecpy() argument
|
| /third_party/ffmpeg/libswresample/ |
| H A D | rematrix.c | 64 int swr_set_matrix(struct SwrContext *s, const double *matrix, int stride) in swr_set_matrix() argument 148 swr_build_matrix(uint64_t in_ch_layout_param, uint64_t out_ch_layout_param, double center_mix_level, double surround_mix_level, double lfe_mix_level, double maxval, double rematrix_volume, double *matrix_param, int stride, enum AVMatrixEncoding matrix_encoding, void *log_context) swr_build_matrix() argument 168 swr_build_matrix2(const AVChannelLayout *in_layout, const AVChannelLayout *out_layout, double center_mix_level, double surround_mix_level, double lfe_mix_level, double maxval, double rematrix_volume, double *matrix_param, ptrdiff_t stride, enum AVMatrixEncoding matrix_encoding, void *log_context) swr_build_matrix2() argument [all...] |
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | vp8dsp.c | 175 ptrdiff_t stride in check_idct_dc4() local 369 fill_loopfilter_buffers(uint8_t *buf, ptrdiff_t stride, int w, int h) fill_loopfilter_buffers() argument [all...] |
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_image.cpp | 283 unsigned int stride = img.dim_stride; in load_image_block_fast_ldr() local
|
| /third_party/libdrm/intel/ |
| H A D | intel_bufmgr.c | 63 drm_intel_bo_alloc_userptr(drm_intel_bufmgr *bufmgr, const char *name, void *addr, uint32_t tiling_mode, uint32_t stride, unsigned long size, unsigned long flags) drm_intel_bo_alloc_userptr() argument 239 drm_intel_bo_set_tiling(drm_intel_bo *bo, uint32_t * tiling_mode, uint32_t stride) drm_intel_bo_set_tiling() argument
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_shader_info.c | 275 unsigned stride = glsl_count_attribute_slots(glsl_get_array_element(type), false); in mark_16bit_ps_input() local
|
| H A D | radv_nir_apply_pipeline_layout.c | 76 unsigned stride; in visit_vulkan_resource_index() local 127 nir_ssa_def *stride = nir_channel(b, intrin->src[0].ssa, 2); in visit_vulkan_resource_reindex() local
|
| /third_party/ltp/lib/ |
| H A D | tlibio.c | 215 int stride_bounds(int offset, int stride, int nstrides, int bytes_per_stride, in stride_bounds() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | drisw.c | 111 get_image2(__DRIdrawable *dPriv, int x, int y, int width, int height, int stride, void *data) in get_image2() argument 69 put_image2(__DRIdrawable *dPriv, void *data, int x, int y, unsigned width, unsigned height, unsigned stride) put_image2() argument 81 put_image_shm(__DRIdrawable *dPriv, int shmid, char *shmaddr, unsigned offset, unsigned offset_x, int x, int y, unsigned width, unsigned height, unsigned stride) put_image_shm() argument 158 drisw_get_image(struct dri_drawable *drawable, int x, int y, unsigned width, unsigned height, unsigned stride, void *data) drisw_get_image() argument 179 drisw_put_image2(struct dri_drawable *drawable, void *data, int x, int y, unsigned width, unsigned height, unsigned stride) drisw_put_image2() argument 189 drisw_put_image_shm(struct dri_drawable *drawable, int shmid, char *shmaddr, unsigned offset, unsigned offset_x, int x, int y, unsigned width, unsigned height, unsigned stride) drisw_put_image_shm() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_pipe.h | 810 unsigned stride = util_format_get_stride(format, width); in nine_format_get_stride() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_copy_propagation.cpp | 371 can_take_stride(fs_inst *inst, brw_reg_type dst_type, unsigned arg, unsigned stride, const struct brw_compiler *compiler) can_take_stride() argument [all...] |