Home
last modified time | relevance | path

Searched defs:height (Results 2826 - 2850 of 4366) sorted by relevance

1...<<111112113114115116117118119120>>...175

/third_party/ffmpeg/libavfilter/
H A Dvf_chromakey_cuda.c114 static av_cold int init_hwframe_ctx(ChromakeyCUDAContext *s, AVBufferRef *device_ctx, int width, int height) in init_hwframe_ctx() argument
185 static av_cold int init_processing_chain(AVFilterContext *ctx, int width, int height) in init_processing_chain() argument
294 call_cuda_kernel(AVFilterContext *ctx, CUfunction func, CUtexObject src_tex[3], AVFrame *out_frame, int width, int height, int pitch, int width_uv, int height_uv, int pitch_uv, float u_key, float v_key, float similarity, float blend) call_cuda_kernel() argument
[all...]
H A Dvf_estdif.c358 const int height = s->planeheight[plane]; in deinterlace_slice() local
H A Dvf_decimate.c99 int height = plane ? AV_CEIL_RSHIFT(f1->height, dm->vsub) : f1->height; in calc_diffs() local
H A Dvf_convolution.c434 static void filter16_column(uint8_t *dstp, int height, in filter16_column() argument
532 static void filter_column(uint8_t *dst, int height, in filter_column() argument
643 const int height = s->planeheight[plane]; in filter_slice() local
[all...]
H A Dvf_colormatrix.c210 const int height = src->height; in process_slice_uyvy422() local
248 const int height = src->height; in process_slice_yuv444p() local
295 const int height = src->height; in process_slice_yuv422p() local
343 const int height = FFALIGN(src->height, 2) >> 1; process_slice_yuv420p() local
[all...]
H A Davf_avectorscope.c168 const int height = s->outpicref->height; in fade() local
H A Davf_showcqt.h99 int width, height; member
H A Dvf_colorconstancy.c266 const int height = s->planeheight[plane]; in slice_get_derivative() local
328 const int height = s->planeheight[plane]; in slice_normalize() local
389 int height = s->planeheight[1]; in get_derivative() local
451 const int height = s->planeheight[plane]; filter_slice_grey_edge() local
604 const int height = s->planeheight[plane]; diagonal_transformation() local
[all...]
H A Dvf_colormap.c311 const int height = out->height; in colormap_slice() local
H A Dvf_fftfilt.c394 const int height = s->rdft_hlen[plane]; in multiply_data() local
440 const int height = s->rdft_hlen[plane]; in rdft_vertical() local
459 const int height = s->rdft_hlen[plane]; in irdft_vertical() local
H A Dvf_geq.c384 int height; member
394 const int height = td->height; in slice_geq_filter() local
468 const int height in geq_filter_frame() local
[all...]
H A Dvf_histogram.c443 const int height = s->planeheight[p]; in filter_frame() local
H A Dvf_ssim.c251 int height = td->planeheight[c]; in ssim_plane_16bit() local
294 int height = td->planeheight[c]; in ssim_plane() local
/third_party/ffmpeg/libavcodec/
H A Dpgssubdec.c239 unsigned int rle_bitmap_len, width, height; in parse_object_segment() local
[all...]
H A Dsnow.c435 int width, height; in ff_snow_common_init() local
[all...]
H A Dtruemotion1.c103 uint16_t height; member
H A Dvqavideo.c111 int height; /* height of a frame */ member
[all...]
H A Dsnow_dwt.c212 spatial_decompose53i(DWTELEM *buffer, DWTELEM *temp, int width, int height, int stride) spatial_decompose53i() argument
285 spatial_decompose97i(DWTELEM *buffer, DWTELEM *temp, int width, int height, int stride) spatial_decompose97i() argument
319 ff_spatial_dwt(DWTELEM *buffer, DWTELEM *temp, int width, int height, int stride, int type, int decomposition_count) ff_spatial_dwt() argument
383 spatial_compose53i_buffered_init(DWTCompose *cs, slice_buffer *sb, int height, int stride_line) spatial_compose53i_buffered_init() argument
392 spatial_compose53i_init(DWTCompose *cs, IDWTELEM *buffer, int height, int stride) spatial_compose53i_init() argument
400 spatial_compose53i_dy_buffered(DWTCompose *cs, slice_buffer *sb, IDWTELEM *temp, int width, int height, int stride_line) spatial_compose53i_dy_buffered() argument
440 spatial_compose53i_dy(DWTCompose *cs, IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride) spatial_compose53i_dy() argument
543 spatial_compose97i_buffered_init(DWTCompose *cs, slice_buffer *sb, int height, int stride_line) spatial_compose97i_buffered_init() argument
553 spatial_compose97i_init(DWTCompose *cs, IDWTELEM *buffer, int height, int stride) spatial_compose97i_init() argument
563 spatial_compose97i_dy_buffered(SnowDWTContext *dsp, DWTCompose *cs, slice_buffer * sb, IDWTELEM *temp, int width, int height, int stride_line) spatial_compose97i_dy_buffered() argument
606 spatial_compose97i_dy(DWTCompose *cs, IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride) spatial_compose97i_dy() argument
639 ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *sb, int width, int height, int stride_line, int type, int decomposition_count) ff_spatial_idwt_buffered_init() argument
658 ff_spatial_idwt_buffered_slice(SnowDWTContext *dsp, DWTCompose *cs, slice_buffer *slice_buf, IDWTELEM *temp, int width, int height, int stride_line, int type, int decomposition_count, int y) ff_spatial_idwt_buffered_slice() argument
687 spatial_idwt_init(DWTCompose *cs, IDWTELEM *buffer, int width, int height, int stride, int type, int decomposition_count) spatial_idwt_init() argument
706 spatial_idwt_slice(DWTCompose *cs, IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride, int type, int decomposition_count, int y) spatial_idwt_slice() argument
731 ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride, int type, int decomposition_count) ff_spatial_idwt() argument
[all...]
H A Dmss4.c457 int width, height, quality, frame_type; in mss4_decode_frame() local
H A Dpixlet.c44 unsigned width, height; member
359 lowpass_prediction(int16_t *dst, int16_t *pred, int width, int height, ptrdiff_t stride) lowpass_prediction() argument
424 reconstruction(AVCodecContext *avctx, int16_t *dest, unsigned width, unsigned height, ptrdiff_t stride, int64_t *scaling_h, int64_t *scaling_v) reconstruction() argument
608 int i, w, h, width, height, ret, version; pixlet_decode_frame() local
[all...]
H A Dproresdec2.c210 int hdr_size, width, height, flags; in decode_frame_header() local
H A Dxan.c301 int height = s->avctx->height; in xan_wc3_decode_frame() local
/third_party/ffmpeg/libavformat/
H A Ddump.c167 uint32_t flags, sample_rate, width, height; in dump_paramchange() local
/third_party/ffmpeg/libavutil/
H A Dimgutils.c145 int av_image_fill_pointers(uint8_t *data[4], enum AVPixelFormat pix_fmt, int height, in av_image_fill_pointers() argument
111 av_image_fill_plane_sizes(size_t sizes[4], enum AVPixelFormat pix_fmt, int height, const ptrdiff_t linesizes[4]) av_image_fill_plane_sizes() argument
344 image_copy_plane(uint8_t *dst, ptrdiff_t dst_linesize, const uint8_t *src, ptrdiff_t src_linesize, ptrdiff_t bytewidth, int height) image_copy_plane() argument
359 av_image_copy_plane_uc_from(uint8_t *dst, ptrdiff_t dst_linesize, const uint8_t *src, ptrdiff_t src_linesize, ptrdiff_t bytewidth, int height) av_image_copy_plane_uc_from() argument
374 av_image_copy_plane(uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize, int bytewidth, int height) av_image_copy_plane() argument
381 image_copy(uint8_t *dst_data[4], const ptrdiff_t dst_linesizes[4], const uint8_t *src_data[4], const ptrdiff_t src_linesizes[4], enum AVPixelFormat pix_fmt, int width, int height, void (*copy_plane)(uint8_t *, ptrdiff_t, const uint8_t *, ptrdiff_t, ptrdiff_t, int)) image_copy() argument
422 av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4], const uint8_t *src_data[4], const int src_linesizes[4], enum AVPixelFormat pix_fmt, int width, int height) av_image_copy() argument
438 av_image_copy_uc_from(uint8_t *dst_data[4], const ptrdiff_t dst_linesizes[4], const uint8_t *src_data[4], const ptrdiff_t src_linesizes[4], enum AVPixelFormat pix_fmt, int width, int height) av_image_copy_uc_from() argument
446 av_image_fill_arrays(uint8_t *dst_data[4], int dst_linesize[4], const uint8_t *src, enum AVPixelFormat pix_fmt, int width, int height, int align) av_image_fill_arrays() argument
466 av_image_get_buffer_size(enum AVPixelFormat pix_fmt, int width, int height, int align) av_image_get_buffer_size() argument
501 av_image_copy_to_buffer(uint8_t *dst, int dst_size, const uint8_t * const src_data[4], const int src_linesize[4], enum AVPixelFormat pix_fmt, int width, int height, int align) av_image_copy_to_buffer() argument
582 av_image_fill_black(uint8_t *dst_data[4], const ptrdiff_t dst_linesize[4], enum AVPixelFormat pix_fmt, enum AVColorRange range, int width, int height) av_image_fill_black() argument
[all...]
H A Dparseutils.c68 int width, height; member
155 int width = 0, height = 0; in av_parse_video_size() local

Completed in 29 milliseconds

1...<<111112113114115116117118119120>>...175