Home
last modified time | relevance | path

Searched refs:src_h (Results 1 - 25 of 25) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
H A Dvideodsp.c50 #define check_emu_edge_size(type, src_w, src_h, dst_w, dst_h) \
52 LOCAL_ALIGNED_16(type, src0, [src_w * src_h]); \
53 LOCAL_ALIGNED_16(type, src1, [src_w * src_h]); \
55 int pw = src_w, ph = src_h; \
57 randomize_buffers(src_w, src_h); \
59 iter_1d(type, y, 0 - src_h, x, 0 - src_w, src_w - 0); \
60 iter_1d(type, x, src_w - 0, y, 0 - src_h, src_h - 0); \
61 iter_1d(type, y, src_h - 0, x, 0 - src_w, src_w - 0); \
62 iter_1d(type, x, 0 - src_w, y, 0 - src_h, src_
[all...]
/third_party/libdrm/exynos/
H A Dexynos_fimg2d.c506 unsigned int src_w, src_h, dst_w, dst_h; in g2d_copy() local
509 src_h = h; in g2d_copy()
513 src_h = src->height - src_y; in g2d_copy()
523 h = MIN(src_h, dst_h); in g2d_copy()
590 unsigned int src_w, src_h, dst_w, dst_h; in g2d_move() local
593 src_h = h; in g2d_move()
597 src_h = img->height - src_y; in g2d_move()
607 h = MIN(src_h, dst_h); in g2d_move()
671 * @src_h: height value to source buffer.
683 unsigned int src_h, unsigne in g2d_copy_with_scale()
680 g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int src_w, unsigned int src_h, unsigned int dst_x, unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, unsigned int negative) g2d_copy_with_scale() argument
798 unsigned int src_w, src_h, dst_w, dst_h; g2d_blend() local
906 g2d_scale_and_blend(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int src_w, unsigned int src_h, unsigned int dst_x, unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, enum e_g2d_op op) g2d_scale_and_blend() argument
[all...]
H A Dexynos_fimg2d.h321 unsigned int src_h, unsigned int dst_x,
330 unsigned int src_w, unsigned int src_h, unsigned int dst_x,
/third_party/ffmpeg/doc/examples/
H A Dscaling_video.c56 int src_w = 320, src_h = 240, dst_w, dst_h; in main() local
90 sws_ctx = sws_getContext(src_w, src_h, src_pix_fmt, in main()
97 av_get_pix_fmt_name(src_pix_fmt), src_w, src_h, in main()
105 src_w, src_h, src_pix_fmt, 16)) < 0) { in main()
120 fill_yuv_image(src_data, src_linesize, src_w, src_h, i); in main()
124 src_linesize, 0, src_h, dst_data, dst_linesize); in main()
/third_party/ffmpeg/libavfilter/
H A Dlswsutils.c25 int src_w, int src_h, enum AVPixelFormat src_pix_fmt, in ff_scale_image()
29 struct SwsContext *sws_ctx = sws_getContext(src_w, src_h, src_pix_fmt, in ff_scale_image()
36 av_get_pix_fmt_name(src_pix_fmt), src_w, src_h, in ff_scale_image()
45 sws_scale(sws_ctx, (const uint8_t * const*)src_data, src_linesize, 0, src_h, dst_data, dst_linesize); in ff_scale_image()
22 ff_scale_image(uint8_t *dst_data[4], int dst_linesize[4], int dst_w, int dst_h, enum AVPixelFormat dst_pix_fmt, uint8_t * const src_data[4], int src_linesize[4], int src_w, int src_h, enum AVPixelFormat src_pix_fmt, void *log_ctx) ff_scale_image() argument
H A Dvf_waveform.c702 const int src_h = AV_CEIL_RSHIFT(in->height, shift_h); in lowpass16() local
704 const int sliceh_start = !column ? (src_h * jobnr) / nb_jobs : 0; in lowpass16()
705 const int sliceh_end = !column ? (src_h * (jobnr+1)) / nb_jobs : src_h; in lowpass16()
839 const int src_h = AV_CEIL_RSHIFT(in->height, shift_h); in lowpass() local
841 const int sliceh_start = !column ? (src_h * jobnr) / nb_jobs : 0; in lowpass()
842 const int sliceh_end = !column ? (src_h * (jobnr+1)) / nb_jobs : src_h; in lowpass()
983 const int src_h = in->height; in flat16() local
985 const int sliceh_start = !column ? (src_h * jobn in flat16()
1120 const int src_h = in->height; flat() local
1547 const int src_h = in->height; chroma16() local
1643 const int src_h = in->height; chroma() local
1748 const int src_h = in->height; color16() local
1880 const int src_h = in->height; color() local
2014 const int src_h = in->height; acolor16() local
2146 const int src_h = in->height; acolor() local
[all...]
H A Dvf_owdenoise.c128 static inline void compose(float *dst, const float *src_l, const float *src_h, in compose() argument
134 double sum_h = src_h[x * linesize] * icoeff[1][0]; in compose()
140 sum_h += icoeff[1][i] * (src_h[x0] + src_h[x1]); in compose()
159 static inline void compose2D(float *dst, const float *src_l, const float *src_h, in compose2D() argument
168 src_h + ylinesize*y + xlinesize*x, in compose2D()
H A Dvf_overlay.c357 const int src_h = src->height; in blend_slice_packed_rgb() local
375 imax = FFMIN3(-y + dst_h, FFMIN(src_h, dst_h), y + src_h); in blend_slice_packed_rgb()
439 int src_w, int src_h, \
454 int src_hp = AV_CEIL_RSHIFT(src_h, vsub); \
566 int src_w, int src_h, \
578 imax = FFMIN3(-y + dst_h, FFMIN(src_h, dst_h), y + src_h); \
628 const int src_h = src->height; \
632 blend_plane_##depth##_##nbits##bits(ctx, dst, src, src_w, src_h, dst_
660 const int src_h = src->height; blend_slice_planar_rgb() local
[all...]
H A Dlswsutils.h35 int src_w, int src_h, enum AVPixelFormat src_pix_fmt,
H A Dvf_removelogo.c249 int src_w, int src_h, in generate_half_size_image()
256 for (y = 0; y < src_h/2; y++) { in generate_half_size_image()
270 src_w/2, src_h/2, 0, max_mask_size); in generate_half_size_image()
247 generate_half_size_image(const uint8_t *src_data, int src_linesize, uint8_t *dst_data, int dst_linesize, int src_w, int src_h, int *max_mask_size) generate_half_size_image() argument
H A Dvf_tinterlace.c310 enum AVPixelFormat format, int w, int src_h, in copy_picture_field()
321 int lines = plane == 1 || plane == 2 ? AV_CEIL_RSHIFT(src_h, vsub) : src_h; in copy_picture_field()
307 copy_picture_field(TInterlaceContext *tinterlace, uint8_t *dst[4], int dst_linesize[4], const uint8_t *src[4], int src_linesize[4], enum AVPixelFormat format, int w, int src_h, int src_field, int interleave, int dst_field, int flags) copy_picture_field() argument
/third_party/ffmpeg/libavcodec/
H A Dvc1dec.c183 uint8_t* src_h[2][2]; in vc1_draw_sprites() local
219 src_h[sprite][0] = iplane + (xoff[sprite] >> 16) + yline * iline; in vc1_draw_sprites()
221 src_h[sprite][1] = iplane + (xoff[sprite] >> 16) + next_line; in vc1_draw_sprites()
238 src_h[sprite][0] = v->sr_rows[sprite][0]; in vc1_draw_sprites()
239 src_h[sprite][1] = v->sr_rows[sprite][1]; in vc1_draw_sprites()
245 v->vc1dsp.sprite_v_single(dst, src_h[0][0], src_h[0][1], ysub[0], width); in vc1_draw_sprites()
247 memcpy(dst, src_h[0][0], width); in vc1_draw_sprites()
251 v->vc1dsp.sprite_v_double_twoscale(dst, src_h[0][0], src_h[ in vc1_draw_sprites()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dcopyimage.c616 GLuint src_w, src_h, dst_w, dst_h; in _mesa_CopyImageSubData() local
639 &srcIntFormat, &src_w, &src_h, &src_num_samples, in _mesa_CopyImageSubData()
675 (srcHeight % src_bh != 0 && (srcY + srcHeight) != src_h)) { in _mesa_CopyImageSubData()
775 GLuint src_w, src_h, dst_w, dst_h; in _mesa_CopyImageSubDataNV() local
797 &srcIntFormat, &src_w, &src_h, &src_num_samples, in _mesa_CopyImageSubDataNV()
845 (srcHeight % src_bh != 0 && (srcY + srcHeight) != src_h)) { in _mesa_CopyImageSubDataNV()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_yuv.c113 int src_h, in xa_yuv_planar_blit()
141 scale_y = (float)src_h / (float)dst_h; in xa_yuv_planar_blit()
109 xa_yuv_planar_blit(struct xa_context *r, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_box *box, unsigned int num_boxes, const float conversion_matrix[], struct xa_surface *dst, struct xa_surface *yuv[]) xa_yuv_planar_blit() argument
H A Dxa_context.h57 int src_h,
H A Dxa_priv.h253 float src_h,
H A Dxa_renderer.c509 float src_h, in renderer_draw_yuv()
516 src_x, src_y, src_w, src_h, in renderer_draw_yuv()
505 renderer_draw_yuv(struct xa_context *r, float src_x, float src_y, float src_w, float src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_surface *srf[]) renderer_draw_yuv() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c556 int src_w, int src_h) in fallback_copy_image()
573 unsigned dst_h = src_h; in fallback_copy_image()
574 unsigned lines = src_h; in fallback_copy_image()
608 src_x, src_y, src_w, src_h, in fallback_copy_image()
613 src_x, src_y, src_w, src_h, in fallback_copy_image()
549 fallback_copy_image(struct st_context *st, struct gl_texture_image *dst_image, struct pipe_resource *dst_res, int dst_x, int dst_y, int dst_z, struct gl_texture_image *src_image, struct pipe_resource *src_res, int src_x, int src_y, int src_z, int src_w, int src_h) fallback_copy_image() argument
/third_party/ffmpeg/libpostproc/
H A Dpostprocess_altivec_template.c26 #define ALTIVEC_TRANSPOSE_8x8_SHORT(src_a,src_b,src_c,src_d,src_e,src_f,src_g,src_h) \
38 tempG1 = vec_mergeh (src_d, src_h); \
39 tempH1 = vec_mergel (src_d, src_h); \
55 src_h = vec_mergel (tempD2, tempH2); \
/third_party/mesa3d/include/drm-uapi/
H A Ddrm_mode.h311 __u32 src_h; member
/third_party/libdrm/include/drm/
H A Ddrm_mode.h311 __u32 src_h; member
/third_party/libdrm/
H A Dxf86drmMode.h422 uint32_t src_w, uint32_t src_h);
H A Dxf86drmMode.c1102 uint32_t src_w, uint32_t src_h) in drmModeSetPlane()
1118 s.src_h = src_h; in drmModeSetPlane()
1097 drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id, uint32_t fb_id, uint32_t flags, int32_t crtc_x, int32_t crtc_y, uint32_t crtc_w, uint32_t crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) drmModeSetPlane() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c3896 uint32_t src_x, src_y, src_w, src_h; in blit_shader() local
3900 &src_x, &src_y, &src_w, &src_h, in blit_shader()
3937 (float)(src_y + src_h), in blit_shader()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c2016 uint32_t src_h = u_minify(src->vk.extent.height, src_subres->mipLevel); in dzn_cmd_buffer_blit_set_2d_region() local
2030 src_pos[1] /= src_h; in dzn_cmd_buffer_blit_set_2d_region()
2032 src_pos[3] /= src_h; in dzn_cmd_buffer_blit_set_2d_region()

Completed in 42 milliseconds