Home
last modified time | relevance | path

Searched defs:width (Results 2751 - 2775 of 4952) sorted by relevance

1...<<111112113114115116117118119120>>...199

/third_party/ffmpeg/libavcodec/
H A Dmss12.c294 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
326 copy_rectangles(MSS12Context const *c, int x, int y, int width, int height) copy_rectangles() argument
342 motion_compensation(MSS12Context const *c, int x, int y, int width, int height) motion_compensation() 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
467 decode_region_intra(SliceContext *sc, ArithCoder *acoder, int x, int y, int width, int height) decode_region_intra() argument
503 decode_region_inter(SliceContext *sc, ArithCoder *acoder, int x, int y, int width, int height) decode_region_inter() argument
542 ff_mss12_decode_rect(SliceContext *sc, ArithCoder *acoder, int x, int y, int width, int height) ff_mss12_decode_rect() argument
[all...]
H A Dtiffenc.c58 int width; ///< picture width member
[all...]
H A Dvc1dec.c200 int width = v->output_width>>!!plane; in vc1_draw_sprites() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Ddecklink_enc.cpp52 decklink_frame(struct decklink_ctx *ctx, AVFrame *avframe, AVCodecID codec_id, int height, int width) : in decklink_frame() argument
54 decklink_frame(struct decklink_ctx *ctx, AVPacket *avpacket, AVCodecID codec_id, int height, int width) : in decklink_frame() argument
H A Ddecklink_common.cpp257 ff_decklink_set_format(AVFormatContext *avctx, int width, int height, int tb_num, int tb_den, enum AVFieldOrder field_order, decklink_direction_t direction) ff_decklink_set_format() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_colorcorrect.c69 const int width = s->planewidth[1]; in average_slice8() local
100 const int width = s->planewidth[1]; in average_slice16() local
131 const int width = s->planewidth[1]; in minmax_slice8() local
167 const int width = s->planewidth[1]; minmax_slice16() local
203 const int width = s->planewidth[1]; median_8() local
257 const int width = s->planewidth[1]; median_16() local
323 const int width = s->planewidth[1]; colorcorrect_slice8() local
364 const int width = s->planewidth[1]; colorcorrect_slice16() local
[all...]
H A Dvf_colorcontrast.c96 const int width = frame->width; in colorcontrast_slice8() local
150 const int width = frame->width; in colorcontrast_slice16() local
203 const int width = frame->width; in colorcontrast_slice8p() local
255 const int width in colorcontrast_slice16p() local
[all...]
H A Dvf_fillborders.c500 const int width = s->planewidth[p]; in margins_borders8() local
545 const int width in margins_borders16() local
[all...]
H A Dvf_guided.c54 int width; member
100 int width; member
113 const int width = t->width; in box_slice() local
[all...]
H A Dvf_spp.c164 store_slice_c(uint8_t *dst, const int16_t *src, int dst_linesize, int src_linesize, int width, int height, int log2_scale, const uint8_t dither[8][8]) store_slice_c() argument
194 store_slice16_c(uint16_t *dst, const int16_t *src, int dst_linesize, int src_linesize, int width, int height, int log2_scale, const uint8_t dither[8][8], int depth) store_slice16_c() argument
241 filter(SPPContext *p, uint8_t *dst, uint8_t *src, int dst_linesize, int src_linesize, int width, int height, const uint8_t *qp_table, int qp_stride, int is_luma, int depth) filter() argument
[all...]
H A Dvf_stack.c201 int width = ctx->inputs[0]->w; in config_output() local
[all...]
H A Dvf_siti.c53 int width, height; member
252 std_deviation(float *img_metrics, int width, int height) std_deviation() argument
[all...]
H A Dvf_mix.c259 int width = ctx->inputs[0]->w; in config_output() local
H A Dvf_negate.c53 int width[4]; member
H A Dvf_tinterlace.c104 static void lowpass_line_c(uint8_t *dstp, ptrdiff_t width, const uint8_t *srcp, in lowpass_line_c() argument
118 static void lowpass_line_c_16(uint8_t *dst8, ptrdiff_t width, const uint8_t *src8, in lowpass_line_c_16() argument
136 static void lowpass_line_complex_c(uint8_t *dstp, ptrdiff_t width, const uint8_t *srcp, in lowpass_line_complex_c() argument
163 static void lowpass_line_complex_c_16(uint8_t *dst8, ptrdiff_t width, const uint8_t *src8, in lowpass_line_complex_c_16() argument
H A Dvsrc_gradients.c250 const int width = frame->width; in draw_gradients_slice() local
273 const int width = frame->width; in draw_gradients_slice16() local
296 const int width = frame->width; in draw_gradients_slice32_planar() local
H A Dvf_sab.c142 static int open_filter_param(FilterParam *f, int width, int height, unsigned int sws_flags) in open_filter_param() argument
H A Dvf_uspp.c160 store_slice_c(uint8_t *dst, const uint16_t *src, int dst_stride, int src_stride, int width, int height, int log2_scale) store_slice_c() argument
188 filter(USPPContext *p, uint8_t *dst[3], uint8_t *src[3], int dst_stride[3], int src_stride[3], int width, int height, uint8_t *qp_store, int qp_stride) filter() argument
313 const int width = inlink->w; config_input() local
[all...]
H A Dvf_photosensitivity.c93 int width = td->in->width, height = td->in->height, linesize = td->in->linesize[0], skip = td->skip; in convert_frame_partial() local
H A Dvf_vibrance.c58 const int width = frame->width; in vibrance_slice8() local
121 const int width = frame->width; in vibrance_slice16() local
175 const int width = frame->width; in vibrance_slice8p() local
239 const int width in vibrance_slice16p() local
[all...]
H A Dvf_lensfun.c56 int width, height; member
64 int width, height; member
[all...]
H A Dvf_premultiply.c39 int width[4], height[4]; member
H A Dvf_pp7.c201 filter(PP7Context *p, uint8_t *dst, uint8_t *src, int dst_stride, int src_stride, int width, int height, uint8_t *qp_store, int qp_stride, int is_luma) filter() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Djpegxl_probe.c145 uint32_t width, height; in jpegxl_read_size_header() local
173 uint32_t width, height; jpegxl_read_preview_header() local
[all...]
/third_party/glfw/tests/
H A Devents.c297 static void window_size_callback(GLFWwindow* window, int width, int height) in window_size_callback() argument
304 static void framebuffer_size_callback(GLFWwindow* window, int width, int height) in framebuffer_size_callback() argument
549 int ch, i, width, height, count = 1; in main() local
[all...]

Completed in 23 milliseconds

1...<<111112113114115116117118119120>>...199