
Data Fields | |
| AVCodecContext * | avctx |
| GetBitContext | gb |
| int | mpeg_enc_ctx_allocated |
| int | start_code |
| int | buffer_size |
| uint8_t * | buffer |
| int16_t | quant_matrixes [4][64] |
| VLC | vlcs [2][4] |
| int | qscale [4] |
| quantizer scale calculated from quant_matrixes | |
| int | org_height |
| int | first_picture |
| int | interlaced |
| int | bottom_field |
| int | lossless |
| int | rgb |
| int | rct |
| int | pegasus_rct |
| int | bits |
| int | width |
| int | height |
| int | mb_width |
| int | mb_height |
| int | nb_components |
| int | component_id [MAX_COMPONENTS] |
| int | h_count [MAX_COMPONENTS] |
| int | v_count [MAX_COMPONENTS] |
| int | comp_index [MAX_COMPONENTS] |
| int | dc_index [MAX_COMPONENTS] |
| int | ac_index [MAX_COMPONENTS] |
| int | nb_blocks [MAX_COMPONENTS] |
| int | h_scount [MAX_COMPONENTS] |
| int | v_scount [MAX_COMPONENTS] |
| int | h_max |
| int | v_max |
| int | quant_index [4] |
| int | last_dc [MAX_COMPONENTS] |
| AVFrame | picture |
| int | linesize [MAX_COMPONENTS] |
| linesize << interlaced | |
| int8_t * | qscale_table |
| DCTELEM block[64] | __align8 |
| ScanTable | scantable |
| void(* | idct_put )(uint8_t *dest, int line_size, DCTELEM *block) |
| int | restart_interval |
| int | restart_count |
| int | buggy_avid |
| int | cs_itu601 |
| int | interlace_polarity |
| int | mjpb_skiptosod |
Definition at line 812 of file mjpeg.c.
Definition at line 813 of file mjpeg.c.
Referenced by mjpeg_decode_app(), mjpeg_decode_com(), mjpeg_decode_frame(), mjpeg_decode_init(), mjpeg_decode_scan(), mjpeg_decode_sof(), and mjpeg_decode_sos().
Definition at line 814 of file mjpeg.c.
Referenced by decode_block(), ljpeg_decode_rgb_scan(), ljpeg_decode_yuv_scan(), mjpeg_decode_app(), mjpeg_decode_com(), mjpeg_decode_dc(), mjpeg_decode_dht(), mjpeg_decode_dqt(), mjpeg_decode_dri(), mjpeg_decode_frame(), mjpeg_decode_init(), mjpeg_decode_scan(), mjpeg_decode_sof(), mjpeg_decode_sos(), mjpegb_decode_frame(), and sp5x_decode_frame().
Definition at line 817 of file mjpeg.c.
Referenced by mjpeg_decode_app(), mjpeg_decode_frame(), mjpeg_decode_init(), mjpeg_decode_sos(), and mjpegb_decode_frame().
Definition at line 818 of file mjpeg.c.
Referenced by mjpeg_decode_frame(), and mjpeg_decode_init().
| uint8_t* MJpegDecodeContext::buffer |
Definition at line 819 of file mjpeg.c.
Referenced by mjpeg_decode_end(), mjpeg_decode_frame(), and mjpeg_decode_init().
| int16_t MJpegDecodeContext::quant_matrixes[4][64] |
Definition at line 821 of file mjpeg.c.
Referenced by decode_block(), mjpeg_decode_dqt(), and sp5x_decode_frame().
| VLC MJpegDecodeContext::vlcs[2][4] |
Definition at line 822 of file mjpeg.c.
Referenced by decode_block(), mjpeg_decode_dc(), mjpeg_decode_dht(), mjpeg_decode_end(), and mjpeg_decode_init().
| int MJpegDecodeContext::qscale[4] |
quantizer scale calculated from quant_matrixes
Definition at line 823 of file mjpeg.c.
Referenced by mjpeg_decode_dqt(), mjpeg_decode_frame(), mjpegb_decode_frame(), and sp5x_decode_frame().
Definition at line 827 of file mjpeg.c.
Referenced by ljpeg_decode_rgb_scan(), ljpeg_decode_yuv_scan(), mjpeg_decode_frame(), mjpeg_decode_scan(), mjpeg_decode_sof(), mjpegb_decode_frame(), and sp5x_decode_frame().
Definition at line 828 of file mjpeg.c.
Referenced by ljpeg_decode_rgb_scan(), ljpeg_decode_yuv_scan(), mjpeg_decode_frame(), mjpeg_decode_scan(), mjpeg_decode_sof(), and mjpegb_decode_frame().
Definition at line 829 of file mjpeg.c.
Referenced by mjpeg_decode_frame(), mjpeg_decode_sof(), mjpeg_decode_sos(), and mjpegb_decode_frame().
Definition at line 830 of file mjpeg.c.
Referenced by mjpeg_decode_app(), mjpeg_decode_sof(), and mjpeg_decode_sos().
Definition at line 831 of file mjpeg.c.
Referenced by ljpeg_decode_rgb_scan(), and mjpeg_decode_sof().
Definition at line 832 of file mjpeg.c.
Referenced by ljpeg_decode_rgb_scan(), mjpeg_decode_app(), and mjpeg_decode_sof().
Definition at line 833 of file mjpeg.c.
Referenced by ljpeg_decode_rgb_scan(), mjpeg_decode_sof(), and sp5x_decode_frame().
Definition at line 835 of file mjpeg.c.
Referenced by mjpeg_decode_frame(), mjpeg_decode_sof(), mjpeg_decode_sos(), mjpegb_decode_frame(), and sp5x_decode_frame().
Definition at line 835 of file mjpeg.c.
Referenced by mjpeg_decode_sof(), mjpeg_decode_sos(), and sp5x_decode_frame().
Definition at line 836 of file mjpeg.c.
Referenced by ljpeg_decode_rgb_scan(), ljpeg_decode_yuv_scan(), mjpeg_decode_scan(), mjpeg_decode_sos(), and sp5x_decode_frame().
Definition at line 836 of file mjpeg.c.
Referenced by ljpeg_decode_rgb_scan(), ljpeg_decode_yuv_scan(), mjpeg_decode_scan(), mjpeg_decode_sos(), and sp5x_decode_frame().
Definition at line 837 of file mjpeg.c.
Referenced by mjpeg_decode_sof(), mjpeg_decode_sos(), and sp5x_decode_frame().
| int MJpegDecodeContext::component_id[MAX_COMPONENTS] |
Definition at line 838 of file mjpeg.c.
Referenced by mjpeg_decode_sof(), mjpeg_decode_sos(), and sp5x_decode_frame().
| int MJpegDecodeContext::h_count[MAX_COMPONENTS] |
Definition at line 839 of file mjpeg.c.
Referenced by mjpeg_decode_sof(), mjpeg_decode_sos(), and sp5x_decode_frame().
| int MJpegDecodeContext::v_count[MAX_COMPONENTS] |
Definition at line 840 of file mjpeg.c.
Referenced by mjpeg_decode_sof(), mjpeg_decode_sos(), and sp5x_decode_frame().
| int MJpegDecodeContext::comp_index[MAX_COMPONENTS] |
Definition at line 841 of file mjpeg.c.
Referenced by ljpeg_decode_yuv_scan(), mjpeg_decode_scan(), mjpeg_decode_sos(), and sp5x_decode_frame().
| int MJpegDecodeContext::dc_index[MAX_COMPONENTS] |
Definition at line 842 of file mjpeg.c.
Referenced by ljpeg_decode_rgb_scan(), ljpeg_decode_yuv_scan(), mjpeg_decode_scan(), mjpeg_decode_sos(), and sp5x_decode_frame().
| int MJpegDecodeContext::ac_index[MAX_COMPONENTS] |
Definition at line 843 of file mjpeg.c.
Referenced by mjpeg_decode_scan(), mjpeg_decode_sos(), and sp5x_decode_frame().
| int MJpegDecodeContext::nb_blocks[MAX_COMPONENTS] |
Definition at line 844 of file mjpeg.c.
Referenced by ljpeg_decode_yuv_scan(), mjpeg_decode_scan(), mjpeg_decode_sos(), and sp5x_decode_frame().
| int MJpegDecodeContext::h_scount[MAX_COMPONENTS] |
Definition at line 845 of file mjpeg.c.
Referenced by ljpeg_decode_yuv_scan(), mjpeg_decode_scan(), mjpeg_decode_sos(), and sp5x_decode_frame().
| int MJpegDecodeContext::v_scount[MAX_COMPONENTS] |
Definition at line 846 of file mjpeg.c.
Referenced by ljpeg_decode_yuv_scan(), mjpeg_decode_scan(), mjpeg_decode_sos(), and sp5x_decode_frame().
Definition at line 847 of file mjpeg.c.
Referenced by mjpeg_decode_sof(), mjpeg_decode_sos(), and sp5x_decode_frame().
Definition at line 847 of file mjpeg.c.
Referenced by mjpeg_decode_sof(), mjpeg_decode_sos(), and sp5x_decode_frame().
Definition at line 848 of file mjpeg.c.
Referenced by mjpeg_decode_scan(), mjpeg_decode_sof(), and sp5x_decode_frame().
| int MJpegDecodeContext::last_dc[MAX_COMPONENTS] |
Definition at line 849 of file mjpeg.c.
Referenced by decode_block(), mjpeg_decode_scan(), mjpeg_decode_sos(), and sp5x_decode_frame().
Definition at line 850 of file mjpeg.c.
Referenced by ljpeg_decode_rgb_scan(), ljpeg_decode_yuv_scan(), mjpeg_decode_frame(), mjpeg_decode_scan(), mjpeg_decode_sof(), mjpegb_decode_frame(), and sp5x_decode_frame().
| int MJpegDecodeContext::linesize[MAX_COMPONENTS] |
linesize << interlaced
Definition at line 851 of file mjpeg.c.
Referenced by ljpeg_decode_rgb_scan(), ljpeg_decode_yuv_scan(), mjpeg_decode_scan(), mjpeg_decode_sof(), and sp5x_decode_frame().
| int8_t* MJpegDecodeContext::qscale_table |
Definition at line 852 of file mjpeg.c.
Referenced by mjpeg_decode_end(), mjpeg_decode_frame(), mjpeg_decode_sof(), mjpegb_decode_frame(), and sp5x_decode_frame().
| DCTELEM block [64] MJpegDecodeContext::__align8 |
Definition at line 854 of file mjpeg.c.
Referenced by decode_block(), mjpeg_decode_dqt(), mjpeg_decode_init(), and sp5x_decode_frame().
| void(* MJpegDecodeContext::idct_put)(uint8_t *dest, int line_size, DCTELEM *block) |
Referenced by mjpeg_decode_init(), and mjpeg_decode_scan().
Definition at line 857 of file mjpeg.c.
Referenced by ljpeg_decode_rgb_scan(), ljpeg_decode_yuv_scan(), mjpeg_decode_dri(), mjpeg_decode_frame(), mjpeg_decode_scan(), and mjpegb_decode_frame().
Definition at line 858 of file mjpeg.c.
Referenced by ljpeg_decode_rgb_scan(), ljpeg_decode_yuv_scan(), mjpeg_decode_dri(), mjpeg_decode_frame(), mjpeg_decode_scan(), and mjpegb_decode_frame().
Definition at line 860 of file mjpeg.c.
Referenced by mjpeg_decode_app(), mjpeg_decode_com(), and mjpeg_decode_frame().
Definition at line 861 of file mjpeg.c.
Referenced by mjpeg_decode_com(), mjpeg_decode_sof(), and sp5x_decode_frame().
Definition at line 864 of file mjpeg.c.
Referenced by mjpeg_decode_sos(), and mjpegb_decode_frame().
1.5.5