/third_party/ffmpeg/libavcodec/ |
H A D | mss12.c | 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 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 D | tiffenc.c | 58 int width; ///< picture width member [all...] |
H A D | vc1dec.c | 200 int width = v->output_width>>!!plane; in vc1_draw_sprites() local [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_enc.cpp | 52 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 D | decklink_common.cpp | 257 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 D | vf_colorcorrect.c | 69 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 D | vf_colorcontrast.c | 96 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 D | vf_fillborders.c | 500 const int width = s->planewidth[p]; in margins_borders8() local 545 const int width in margins_borders16() local [all...] |
H A D | vf_guided.c | 54 int width; member 100 int width; member 113 const int width = t->width; in box_slice() local [all...] |
H A D | vf_spp.c | 164 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 D | vf_stack.c | 201 int width = ctx->inputs[0]->w; in config_output() local [all...] |
H A D | vf_siti.c | 53 int width, height; member 252 std_deviation(float *img_metrics, int width, int height) std_deviation() argument [all...] |
H A D | vf_mix.c | 259 int width = ctx->inputs[0]->w; in config_output() local
|
H A D | vf_negate.c | 53 int width[4]; member
|
H A D | vf_tinterlace.c | 104 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 D | vsrc_gradients.c | 250 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 D | vf_sab.c | 142 static int open_filter_param(FilterParam *f, int width, int height, unsigned int sws_flags) in open_filter_param() argument
|
H A D | vf_uspp.c | 160 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 D | vf_photosensitivity.c | 93 int width = td->in->width, height = td->in->height, linesize = td->in->linesize[0], skip = td->skip; in convert_frame_partial() local
|
H A D | vf_vibrance.c | 58 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 D | vf_lensfun.c | 56 int width, height; member 64 int width, height; member [all...] |
H A D | vf_premultiply.c | 39 int width[4], height[4]; member
|
H A D | vf_pp7.c | 201 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 D | jpegxl_probe.c | 145 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 D | events.c | 297 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...] |