Home
last modified time | relevance | path

Searched defs:width (Results 1851 - 1875 of 3240) sorted by relevance

1...<<71727374757677787980>>...130

/third_party/ffmpeg/libavcodec/
H A Ddnxhddec.c60 unsigned int width, height; member
[all...]
H A Dhuffyuvdec.c664 static void decode_plane_bitstream(HYuvContext *s, int width, int plane) in decode_plane_bitstream() argument
876 const int width = s->width; decode_slice() local
1188 const int width = s->width; decode_frame() local
[all...]
H A Dhuffyuvenc.c464 static int encode_plane_bitstream(HYuvContext *s, int width, int plane) in encode_plane_bitstream() argument
725 const int width = s->width; encode_frame() local
[all...]
H A Dmpeg12enc.c348 int width in mpeg1_encode_sequence_header() local
[all...]
H A Dcbs.c539 ff_cbs_read_unsigned(CodedBitstreamContext *ctx, GetBitContext *gbc, int width, const char *name, const int *subscripts, uint32_t *write_to, uint32_t range_min, uint32_t range_max) ff_cbs_read_unsigned() argument
582 ff_cbs_write_unsigned(CodedBitstreamContext *ctx, PutBitContext *pbc, int width, const char *name, const int *subscripts, uint32_t value, uint32_t range_min, uint32_t range_max) ff_cbs_write_unsigned() argument
618 ff_cbs_read_signed(CodedBitstreamContext *ctx, GetBitContext *gbc, int width, const char *name, const int *subscripts, int32_t *write_to, int32_t range_min, int32_t range_max) ff_cbs_read_signed() argument
661 ff_cbs_write_signed(CodedBitstreamContext *ctx, PutBitContext *pbc, int width, const char *name, const int *subscripts, int32_t value, int32_t range_min, int32_t range_max) ff_cbs_write_signed() argument
[all...]
H A Dffv1enc.c1023 int width = fs->slice_width; in encode_slice() local
[all...]
H A Dffv1.h83 int width, height; member
H A Dmagicyuvenc.c76 left_predict(MagicYUVContext *s, const uint8_t *src, uint8_t *dst, ptrdiff_t stride, int width, int height) left_predict() argument
100 gradient_predict(MagicYUVContext *s, const uint8_t *src, uint8_t *dst, ptrdiff_t stride, int width, int height) gradient_predict() argument
128 median_predict(MagicYUVContext *s, const uint8_t *src, uint8_t *dst, ptrdiff_t stride, int width, int height) median_predict() argument
266 count_usage(uint8_t *src, int width, int height, PTable *counts) count_usage() argument
355 encode_table(AVCodecContext *avctx, uint8_t *dst, int width, int height, PutBitContext *pb, HuffEntry *he) encode_table() argument
382 encode_slice(uint8_t *src, uint8_t *dst, int dst_size, int width, int height, HuffEntry *he, int prediction) encode_slice() argument
418 const int width = avctx->width, height = avctx->height; magy_encode_frame() local
[all...]
H A Daacps.c678 INTFLOAT width = Q30(1.f) / ((stop - start) ? (stop - start) : 1); in stereo_processing() local
[all...]
H A Daic.c164 int width, height; in aic_decode_header() local
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.c102 uint16_t width; member
[all...]
H A Dvqavideo.c110 int width; /* width of a frame */ member
[all...]
H A Dsnow_dwt.c178 static void horizontal_decompose53i(DWTELEM *b, DWTELEM *temp, int width) in horizontal_decompose53i() argument
115 lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) lift() argument
145 liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) liftS() argument
194 vertical_decompose53iH0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) vertical_decompose53iH0() argument
203 vertical_decompose53iL0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) vertical_decompose53iL0() argument
212 spatial_decompose53i(DWTELEM *buffer, DWTELEM *temp, int width, int height, int stride) spatial_decompose53i() argument
238 horizontal_decompose97i(DWTELEM *b, DWTELEM *temp, int width) horizontal_decompose97i() argument
248 vertical_decompose97iH0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) vertical_decompose97iH0() argument
257 vertical_decompose97iH1(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) vertical_decompose97iH1() argument
266 vertical_decompose97iL0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) vertical_decompose97iL0() argument
276 vertical_decompose97iL1(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) vertical_decompose97iL1() 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
340 horizontal_compose53i(IDWTELEM *b, IDWTELEM *temp, int width) horizontal_compose53i() argument
365 vertical_compose53iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) vertical_compose53iH0() argument
374 vertical_compose53iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) vertical_compose53iL0() 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
465 snow_horizontal_compose97i(IDWTELEM *b, IDWTELEM *temp, int width) snow_horizontal_compose97i() argument
493 vertical_compose97iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) vertical_compose97iH0() argument
502 vertical_compose97iH1(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) vertical_compose97iH1() argument
511 vertical_compose97iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) vertical_compose97iL0() argument
520 vertical_compose97iL1(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) vertical_compose97iL1() argument
529 snow_vertical_compose97i(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width) snow_vertical_compose97i() 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
126 read_low_coeffs(AVCodecContext *avctx, int16_t *dst, int size, int width, ptrdiff_t stride) read_low_coeffs() argument
201 read_high_coeffs(AVCodecContext *avctx, const uint8_t *src, int16_t *dst, int size, int c, int a, int d, int width, ptrdiff_t stride) read_high_coeffs() argument
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...]
/third_party/elfutils/src/
H A Dstack.c112 static int width = 0; in get_addr_width() local
153 int width = get_addr_width (mod); in module_callback() local
225 int width in print_frame() local
[all...]
H A Daddr2line.c588 static int width = 0; in get_addr_width() local
684 int width = get_addr_width (mod); in handle_address() local
/third_party/ffmpeg/libavfilter/
H A Daf_adynamicequalizer.c94 double width = (6. * knee) + 0.01; in get_gain() local
H A Df_select.c153 ptrdiff_t width[4]; member
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.c357 const int width = s->planewidth[plane]; in deinterlace_slice() local
H A Dvf_decimate.c98 int width = plane ? AV_CEIL_RSHIFT(f1->width, dm->hsub) : f1->width; in calc_diffs() local
/third_party/ffmpeg/libavdevice/
H A Dandroid_camera.c68 int width; member
258 int32_t width = available_configs.data.i32[i * 4 + 1]; in match_video_size() local
[all...]

Completed in 26 milliseconds

1...<<71727374757677787980>>...130