| /third_party/ffmpeg/libavcodec/loongarch/ |
| H A D | hpeldsp_lasx.c | 1144 common_hv_bil_16w_lasx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hv_bil_16w_lasx() argument 1237 common_hv_bil_8w_lasx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hv_bil_8w_lasx() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | cuviddec.c | 79 int height; member 527 int height = avctx->height >> (i ? pixdesc->log2_chroma_h : 0); cuvid_output_frame() local [all...] |
| H A D | dnxhddec.c | 60 unsigned int width, height; member [all...] |
| H A D | h264_mb.c | 39 get_lowest_part_list_y(H264SliceContext *sl, int n, int height, int y_offset, int list) get_lowest_part_list_y() argument 52 get_lowest_part_y(const H264Context *h, H264SliceContext *sl, int16_t refs[2][48], int n, int height, int y_offset, int list0, int list1, int *nrefs) get_lowest_part_y() argument 205 mc_dir_part(const H264Context *h, H264SliceContext *sl, H264Ref *pic, int n, int square, int height, int delta, int list, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int src_x_offset, int src_y_offset, const qpel_mc_func *qpix_op, h264_chroma_mc_func chroma_op, int pixel_shift, int chroma_idc) mc_dir_part() argument 321 mc_part_std(const H264Context *h, H264SliceContext *sl, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, const qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, const qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, int list0, int list1, int pixel_shift, int chroma_idc) mc_part_std() argument 369 mc_part_weighted(const H264Context *h, H264SliceContext *sl, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, const qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, h264_weight_func luma_weight_op, h264_weight_func chroma_weight_op, h264_biweight_func luma_weight_avg, h264_biweight_func chroma_weight_avg, int list0, int list1, int pixel_shift, int chroma_idc) mc_part_weighted() argument [all...] |
| H A D | huffyuvdec.c | 871 static int decode_slice(AVCodecContext *avctx, AVFrame *p, int height, in decode_slice() argument 1189 const int height = s->height; decode_frame() local [all...] |
| H A D | huffyuvenc.c | 727 const int height = s->height; in encode_frame() local [all...] |
| H A D | mpeg12enc.c | 349 int height = s->height; in mpeg1_encode_sequence_header() local [all...] |
| H A D | ffv1enc.c | 1024 int height = fs->slice_height; in encode_slice() local [all...] |
| H A D | ffv1.h | 83 int width, height; member
|
| H A D | magicyuvenc.c | 76 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 D | aic.c | 164 int width, height; in aic_decode_header() local
|
| H A D | pgssubdec.c | 239 unsigned int rle_bitmap_len, width, height; in parse_object_segment() local [all...] |
| H A D | snow.c | 435 int width, height; in ff_snow_common_init() local [all...] |
| H A D | truemotion1.c | 103 uint16_t height; member
|
| H A D | vqavideo.c | 111 int height; /* height of a frame */ member [all...] |
| H A D | snow_dwt.c | 212 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 D | mss4.c | 457 int width, height, quality, frame_type; in mss4_decode_frame() local
|
| H A D | pixlet.c | 44 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...] |
| /third_party/ffmpeg/libavdevice/ |
| H A D | android_camera.c | 69 int height; member 259 int32_t height = available_configs.data.i32[i * 4 + 2]; in match_video_size() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | f_select.c | 154 ptrdiff_t height[4]; member
|
| H A D | vf_chromakey_cuda.c | 114 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 D | vf_estdif.c | 358 const int height = s->planeheight[plane]; in deinterlace_slice() local
|
| H A D | vf_decimate.c | 99 int height = plane ? AV_CEIL_RSHIFT(f1->height, dm->vsub) : f1->height; in calc_diffs() local
|
| H A D | vf_convolution.c | 434 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 D | vf_colormatrix.c | 210 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...] |