Home
last modified time | relevance | path

Searched defs:avctx (Results 726 - 750 of 842) sorted by relevance

1...<<21222324252627282930>>...34

/third_party/ffmpeg/libavcodec/
H A Ddxv.c193 static int decompress_texture_thread(AVCodecContext *avctx, void *arg, in decompress_texture_thread() argument
288 static int dxv_decompress_dxt1(AVCodecContext *avctx) in dxv_decompress_dxt1() argument
833 dxv_decompress_ycg6(AVCodecContext *avctx) dxv_decompress_ycg6() argument
849 dxv_decompress_yg10(AVCodecContext *avctx) dxv_decompress_yg10() argument
866 dxv_decompress_dxt5(AVCodecContext *avctx) dxv_decompress_dxt5() argument
1023 dxv_decompress_lzf(AVCodecContext *avctx) dxv_decompress_lzf() argument
1029 dxv_decompress_raw(AVCodecContext *avctx) dxv_decompress_raw() argument
1041 dxv_decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) dxv_decode() argument
1229 dxv_init(AVCodecContext *avctx) dxv_init() argument
1249 dxv_close(AVCodecContext *avctx) dxv_close() argument
[all...]
H A Dmpeg4videoenc.c1278 encode_init(AVCodecContext *avctx) encode_init() argument
[all...]
H A Dclearvideo.c70 AVCodecContext *avctx; member
225 static int copy_block(AVCodecContext *avctx, AVFrame *dst, AVFrame *src, in copy_block() argument
261 static int copyadd_block(AVCodecContext *avctx, AVFrame *dst, AVFrame *src, in copyadd_block() argument
418 tile_do_block(AVCodecContext *avctx, AVFrame *dst, AVFrame *src, int plane, int x, int y, int dx, int dy, int size, int bias) tile_do_block() argument
432 restore_tree(AVCodecContext *avctx, AVFrame *dst, AVFrame *src, int plane, int x, int y, int size, TileInfo *tile, MV root_mv) restore_tree() argument
502 clv_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) clv_decode_frame() argument
708 clv_decode_init(AVCodecContext *avctx) clv_decode_init() argument
758 clv_decode_end(AVCodecContext *avctx) clv_decode_end() argument
[all...]
H A Dg723_1enc.c92 static av_cold int g723_1_encode_init(AVCodecContext *avctx) in g723_1_encode_init() argument
1099 g723_1_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) g723_1_encode_frame() argument
[all...]
H A Dg729dec.c350 static av_cold int decoder_init(AVCodecContext * avctx) in decoder_init() argument
404 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument
747 decode_close(AVCodecContext *avctx) decode_close() argument
[all...]
H A Dhevc_ps.c119 int ff_hevc_decode_short_term_rps(GetBitContext *gb, AVCodecContext *avctx, in ff_hevc_decode_short_term_rps() argument
262 static int decode_profile_tier_level(GetBitContext *gb, AVCodecContext *avctx, in decode_profile_tier_level() argument
336 parse_ptl(GetBitContext *gb, AVCodecContext *avctx, PTL *ptl, int max_num_sub_layers) parse_ptl() argument
455 ff_hevc_decode_nal_vps(GetBitContext *gb, AVCodecContext *avctx, HEVCParamSets *ps) ff_hevc_decode_nal_vps() argument
585 decode_vui(GetBitContext *gb, AVCodecContext *avctx, int apply_defdispwin, HEVCSPS *sps) decode_vui() argument
780 scaling_list_data(GetBitContext *gb, AVCodecContext *avctx, ScalingList *sl, HEVCSPS *sps) scaling_list_data() argument
856 map_pixel_format(AVCodecContext *avctx, HEVCSPS *sps) map_pixel_format() argument
905 ff_hevc_parse_sps(HEVCSPS *sps, GetBitContext *gb, unsigned int *sps_id, int apply_defdispwin, AVBufferRef **vps_list, AVCodecContext *avctx) ff_hevc_parse_sps() argument
1247 ff_hevc_decode_nal_sps(GetBitContext *gb, AVCodecContext *avctx, HEVCParamSets *ps, int apply_defdispwin) ff_hevc_decode_nal_sps() argument
1323 pps_range_extensions(GetBitContext *gb, AVCodecContext *avctx, HEVCPPS *pps, HEVCSPS *sps) pps_range_extensions() argument
1364 setup_pps(AVCodecContext *avctx, GetBitContext *gb, HEVCPPS *pps, HEVCSPS *sps) setup_pps() argument
1496 ff_hevc_decode_nal_pps(GetBitContext *gb, AVCodecContext *avctx, HEVCParamSets *ps) ff_hevc_decode_nal_pps() argument
[all...]
H A Dmfenc.c66 static int mf_wait_events(AVCodecContext *avctx) in mf_wait_events() argument
105 static AVRational mf_get_tb(AVCodecContext *avctx) in mf_get_tb() argument
112 static LONGLONG mf_to_mf_time(AVCodecContext *avctx, int64_ argument
119 mf_sample_set_pts(AVCodecContext *avctx, IMFSample *sample, int64_t av_pts) mf_sample_set_pts() argument
126 mf_from_mf_time(AVCodecContext *avctx, LONGLONG stime) mf_from_mf_time() argument
131 mf_sample_get_pts(AVCodecContext *avctx, IMFSample *sample) mf_sample_get_pts() argument
140 mf_enca_output_type_get(AVCodecContext *avctx, IMFMediaType *type) mf_enca_output_type_get() argument
180 mf_encv_output_type_get(AVCodecContext *avctx, IMFMediaType *type) mf_encv_output_type_get() argument
203 mf_output_type_get(AVCodecContext *avctx) mf_output_type_get() argument
233 mf_sample_to_avpacket(AVCodecContext *avctx, IMFSample *sample, AVPacket *avpkt) mf_sample_to_avpacket() argument
288 mf_a_avframe_to_sample(AVCodecContext *avctx, const AVFrame *frame) mf_a_avframe_to_sample() argument
305 mf_v_avframe_to_sample(AVCodecContext *avctx, const AVFrame *frame) mf_v_avframe_to_sample() argument
352 mf_avframe_to_sample(AVCodecContext *avctx, const AVFrame *frame) mf_avframe_to_sample() argument
369 mf_send_sample(AVCodecContext *avctx, IMFSample *sample) mf_send_sample() argument
407 mf_receive_sample(AVCodecContext *avctx, IMFSample **out_sample) mf_receive_sample() argument
489 mf_receive_packet(AVCodecContext *avctx, AVPacket *avpkt) mf_receive_packet() argument
534 mf_enca_output_score(AVCodecContext *avctx, IMFMediaType *type) mf_enca_output_score() argument
574 mf_enca_output_adjust(AVCodecContext *avctx, IMFMediaType *type) mf_enca_output_adjust() argument
584 mf_enca_input_score(AVCodecContext *avctx, IMFMediaType *type) mf_enca_input_score() argument
608 mf_enca_input_adjust(AVCodecContext *avctx, IMFMediaType *type) mf_enca_input_adjust() argument
634 mf_encv_output_score(AVCodecContext *avctx, IMFMediaType *type) mf_encv_output_score() argument
650 mf_encv_output_adjust(AVCodecContext *avctx, IMFMediaType *type) mf_encv_output_adjust() argument
712 mf_encv_input_score(AVCodecContext *avctx, IMFMediaType *type) mf_encv_input_score() argument
721 mf_encv_input_adjust(AVCodecContext *avctx, IMFMediaType *type) mf_encv_input_adjust() argument
734 mf_choose_output_type(AVCodecContext *avctx) mf_choose_output_type() argument
823 mf_choose_input_type(AVCodecContext *avctx) mf_choose_input_type() argument
911 mf_negotiate_types(AVCodecContext *avctx) mf_negotiate_types() argument
938 mf_setup_context(AVCodecContext *avctx) mf_setup_context() argument
966 mf_unlock_async(AVCodecContext *avctx) mf_unlock_async() argument
1045 mf_init_encoder(AVCodecContext *avctx) mf_init_encoder() argument
1157 mf_load_library(AVCodecContext *avctx) mf_load_library() argument
1181 mf_close(AVCodecContext *avctx) mf_close() argument
1209 mf_init(AVCodecContext *avctx) mf_init() argument
[all...]
H A Dmlpdec.c140 AVCodecContext *avctx; member
291 static av_cold int mlp_decode_init(AVCodecContext *avctx) in mlp_decode_init() argument
1095 AVCodecContext *avctx = m->avctx; output_data() local
1167 read_access_unit(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) read_access_unit() argument
1383 mlp_decode_flush(AVCodecContext *avctx) mlp_decode_flush() argument
[all...]
H A Dflashsv2enc.c89 AVCodecContext *avctx; member
209 static av_cold int flashsv2_encode_init(AVCodecContext * avctx) in flashsv2_encode_init() argument
853 flashsv2_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *p, int *got_packet) flashsv2_encode_frame() argument
904 flashsv2_encode_end(AVCodecContext * avctx) flashsv2_encode_end() argument
[all...]
H A Diff.c154 static int cmap_read_palette(AVCodecContext *avctx, uint32_t *pal) in cmap_read_palette() argument
205 extract_header(AVCodecContext *const avctx, const AVPacket *const avpkt) extract_header() argument
385 decode_end(AVCodecContext *avctx) decode_end() argument
399 decode_init(AVCodecContext *avctx) decode_init() argument
1521 unsupported(AVCodecContext *avctx) unsupported() argument
1528 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) decode_frame() argument
[all...]
H A Datrac9dec.c87 AVCodecContext *avctx; member
790 static int atrac9_decode_frame(AVCodecContext *avctx, AVFrame *frame, in atrac9_decode_frame() argument
819 atrac9_decode_flush(AVCodecContext *avctx) atrac9_decode_flush() argument
833 atrac9_decode_close(AVCodecContext *avctx) atrac9_decode_close() argument
897 atrac9_decode_init(AVCodecContext *avctx) atrac9_decode_init() argument
[all...]
H A Dccaption_dec.c263 static av_cold int init_decoder(AVCodecContext *avctx) in init_decoder() argument
291 static av_cold int close_decoder(AVCodecContext *avctx) in close_decoder() argument
299 static void flush_decoder(AVCodecContext *avctx) in flush_decoder() argument
841 static int decode(AVCodecContext *avctx, AVSubtitle *sub, in decode() argument
[all...]
H A Ddca_core.c1835 AVCodecContext *avctx = s->avctx; ff_dca_core_parse_exss() local
2067 AVCodecContext *avctx = s->avctx; filter_frame_fixed() local
2164 AVCodecContext *avctx = s->avctx; filter_frame_float() local
2349 AVCodecContext *avctx = s->avctx; ff_dca_core_filter_frame() local
[all...]
H A Ddca_core.h100 AVCodecContext *avctx; member
H A Ddnxhdenc.c354 dnxhd_encode_init(AVCodecContext *avctx) dnxhd_encode_init() argument
527 dnxhd_write_header(AVCodecContext *avctx, uint8_t *buf) dnxhd_write_header() argument
822 dnxhd_calc_bits_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) dnxhd_calc_bits_thread() argument
879 dnxhd_encode_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) dnxhd_encode_thread() argument
937 dnxhd_mb_var_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) dnxhd_mb_var_thread() argument
1005 dnxhd_encode_rdo(AVCodecContext *avctx, DNXHDEncContext *ctx) dnxhd_encode_rdo() argument
1194 dnxhd_encode_fast(AVCodecContext *avctx, DNXHDEncContext *ctx) dnxhd_encode_fast() argument
1257 dnxhd_encode_picture(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) dnxhd_encode_picture() argument
1320 dnxhd_encode_end(AVCodecContext *avctx) dnxhd_encode_end() argument
[all...]
H A Devrcdec.c190 static evrc_packet_rate determine_bitrate(AVCodecContext *avctx, in determine_bitrate() argument
221 static void warn_insufficient_frame_quality(AVCodecContext *avctx, in warn_insufficient_frame_quality() argument
233 static av_cold int evrc_decode_init(AVCodecContext *avctx) in evrc_decode_init() argument
744 evrc_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) evrc_decode_frame() argument
[all...]
H A Dimc.c113 AVCodecContext *avctx; member
195 static av_cold int imc_decode_init(AVCodecContext *avctx) in imc_decode_init() argument
803 imc_get_coeffs(AVCodecContext *avctx, IMCContext *q, IMCChannel *chctx) imc_get_coeffs() argument
874 imc_decode_block(AVCodecContext *avctx, IMCContext *q, int ch) imc_decode_block() argument
1021 imc_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) imc_decode_frame() argument
1067 imc_decode_close(AVCodecContext * avctx) imc_decode_close() argument
1076 flush(AVCodecContext *avctx) flush() argument
[all...]
H A Divi.c291 av_cold int ff_ivi_init_planes(AVCodecContext *avctx, IVIPlaneDesc *planes, const IVIPicConfig *cfg, in ff_ivi_init_planes() argument
210 ff_ivi_dec_huff_desc(GetBitContext *gb, int desc_coded, int which_tab, IVIHuffTab *huff_tab, AVCodecContext *avctx) ff_ivi_dec_huff_desc() argument
485 ivi_decode_coded_blocks(GetBitContext *gb, const IVIBandDesc *band, ivi_mc_func mc, ivi_mc_avg_func mc_avg, int mv_x, int mv_y, int mv_x2, int mv_y2, int *prev_dc, int is_intra, int mc_type, int mc_type2, uint32_t quant, int offs, AVCodecContext *avctx) ivi_decode_coded_blocks() argument
596 ivi_decode_blocks(GetBitContext *gb, const IVIBandDesc *band, IVITile *tile, AVCodecContext *avctx) ivi_decode_blocks() argument
748 ivi_process_empty_tile(AVCodecContext *avctx, const IVIBandDesc *band, IVITile *tile, int32_t mv_scale) ivi_process_empty_tile() argument
941 decode_band(IVI45DecContext *ctx, IVIBandDesc *band, AVCodecContext *avctx) decode_band() argument
1068 ff_ivi_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) ff_ivi_decode_frame() argument
1211 ff_ivi_decode_close(AVCodecContext *avctx) ff_ivi_decode_close() argument
[all...]
H A Datrac3.c198 static av_cold int atrac3_decode_close(AVCodecContext *avctx) in atrac3_decode_close() argument
644 static int decode_frame(AVCodecContext *avctx, const uint8_t *databuf, in decode_frame() argument
758 static int al_decode_frame(AVCodecContext *avctx, const uint8_t *databuf, in al_decode_frame() argument
793 atrac3_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) atrac3_decode_frame() argument
832 atrac3al_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) atrac3al_decode_frame() argument
875 atrac3_decode_init(AVCodecContext *avctx) atrac3_decode_init() argument
[all...]
H A Dlibx264.c548 static av_cold int X264_close(AVCodecContext *avctx) in X264_close() argument
567 static int parse_opts(AVCodecContext *avctx, const char *opt, const char *param) in parse_opts() argument
634 static av_cold int X264_init(AVCodecContext *avctx) in X264_init() argument
[all...]
H A Dlibzvbi-teletextdec.c85 static int my_ass_subtitle_header(AVCodecContext *avctx) in my_ass_subtitle_header() argument
640 static int teletext_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, in teletext_decode_frame() argument
726 teletext_init_decoder(AVCodecContext *avctx) teletext_init_decoder() argument
763 teletext_close_decoder(AVCodecContext *avctx) teletext_close_decoder() argument
783 teletext_flush(AVCodecContext *avctx) teletext_flush() argument
[all...]
H A Dmobiclip.c303 static av_cold int mobiclip_init(AVCodecContext *avctx) in mobiclip_init() argument
333 static int setup_qtables(AVCodecContext *avctx, int64_t quantizer) in setup_qtables() argument
408 read_run_encoding(AVCodecContext *avctx, int *last, int *run, int *level) read_run_encoding() argument
421 add_coefficients(AVCodecContext *avctx, AVFrame *frame, int bx, int by, int size, int plane) add_coefficients() argument
487 add_pframe_coefficients(AVCodecContext *avctx, AVFrame *frame, int bx, int by, int size, int plane) add_pframe_coefficients() argument
829 predict_intra(AVCodecContext *avctx, AVFrame *frame, int ax, int ay, int pmode, int add_coeffs, int size, int plane) predict_intra() argument
929 get_prediction(AVCodecContext *avctx, int x, int y, int size) get_prediction() argument
951 process_block(AVCodecContext *avctx, AVFrame *frame, int x, int y, int pmode, int has_coeffs, int plane) process_block() argument
992 decode_macroblock(AVCodecContext *avctx, AVFrame *frame, int x, int y, int predict) decode_macroblock() argument
1077 predict_motion(AVCodecContext *avctx, int width, int height, int index, int offsetm, int offsetx, int offsety) predict_motion() argument
1211 mobiclip_decode(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *pkt) mobiclip_decode() argument
1319 mobiclip_flush(AVCodecContext *avctx) mobiclip_flush() argument
1327 mobiclip_close(AVCodecContext *avctx) mobiclip_close() argument
[all...]
H A Dalacenc.c65 AVCodecContext *avctx; member
499 alac_encode_close(AVCodecContext *avctx) alac_encode_close() argument
506 alac_encode_init(AVCodecContext *avctx) alac_encode_init() argument
580 alac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) alac_encode_frame() argument
[all...]
H A Daaccoder.c235 static void search_for_quantizers_anmr(AVCodecContext *avctx, AACEncContext *s, in search_for_quantizers_anmr() argument
395 static void search_for_quantizers_fast(AVCodecContext *avctx, AACEncContext *s, in search_for_quantizers_fast() argument
542 static void search_for_pns(AACEncContext *s, AVCodecContext *avctx, SingleChannelElement *sce) in search_for_pns() argument
684 mark_pns(AACEncContext *s, AVCodecContext *avctx, SingleChannelElement *sce) mark_pns() argument
[all...]
H A Dac3dec.h74 AVCodecContext *avctx; ///< parent context member

Completed in 30 milliseconds

1...<<21222324252627282930>>...34