| FFmpeg
    | 
| Data Fields | |
| AVFrame * | in | 
| AVFrame * | out | 
| int * | write | 
| int ** | delay | 
| float ** | ir | 
| int * | n_clippings | 
| float ** | ringbuffer | 
| float ** | temp_src | 
| FFTComplex ** | temp_fft | 
| const AVFrame * | top | 
| const AVFrame * | bottom | 
| AVFrame * | dst | 
| AVFilterLink * | inlink | 
| int | plane | 
| int | w | 
| int | h | 
| FilterParams * | param | 
| AVFrame * | frame | 
| int | parity | 
| int | tff | 
| const AVFrame * | src | 
| int | c2 | 
| int | c3 | 
| int | c4 | 
| int | c5 | 
| int | c6 | 
| int | c7 | 
| ptrdiff_t | in_linesize [3] | 
| ptrdiff_t | out_linesize [3] | 
| int | in_ss_h | 
| int | out_ss_h | 
| int | xoff | 
| int | yoff | 
| float * | src | 
| float * | dst | 
| const uint32_t * | rgbtoyuv | 
| int | xcenter | 
| int | ycenter | 
| int32_t * | correction | 
| uint8_t * | dst | 
| int | dst_linesize | 
| uint8_t * | src | 
| int | src_linesize | 
| int | hsub | 
| int | vsub | 
| int | inw | 
| int | inh | 
| int | outw | 
| int | outh | 
| int | xi | 
| int | yi | 
| int | xprime | 
| int | yprime | 
| int | c | 
| int | s | 
| const AVFrame * | in | 
| AVFrame * | ileft | 
| AVFrame * | iright | 
| AVFrame * | cur | 
| AVFrame * | adj | 
Definition at line 584 of file af_sofalizer.c.
| AVFrame * ThreadData::in | 
Definition at line 585 of file af_sofalizer.c.
Referenced by apply_lut(), convert(), deband_16_c(), deband_8_c(), filter_brng(), filter_color(), filter_color2(), filter_frame(), filter_mono(), filter_slice(), filter_slice16(), filter_slice8(), filter_tout(), filter_vrep(), hqx_filter(), selective_color(), sofalizer_convolute(), sofalizer_fast_convolute(), and xbr_filter().
| AVFrame * ThreadData::out | 
Definition at line 585 of file af_sofalizer.c.
Referenced by apply_lut(), convert(), deband_16_c(), deband_8_c(), deinterlace_slice(), filter(), filter_brng(), filter_color(), filter_color2(), filter_frame(), filter_mono(), filter_slice(), filter_slice16(), filter_slice8(), filter_tout(), filter_vrep(), hqx_filter(), selective_color(), sofalizer_convolute(), sofalizer_fast_convolute(), and xbr_filter().
| int* ThreadData::write | 
Definition at line 586 of file af_sofalizer.c.
Referenced by filter_frame(), sofalizer_convolute(), and sofalizer_fast_convolute().
| int** ThreadData::delay | 
Definition at line 587 of file af_sofalizer.c.
Referenced by filter_frame(), and sofalizer_convolute().
| float** ThreadData::ir | 
Definition at line 588 of file af_sofalizer.c.
Referenced by filter_frame(), and sofalizer_convolute().
| int* ThreadData::n_clippings | 
Definition at line 589 of file af_sofalizer.c.
Referenced by filter_frame(), sofalizer_convolute(), and sofalizer_fast_convolute().
| float** ThreadData::ringbuffer | 
Definition at line 590 of file af_sofalizer.c.
Referenced by filter_frame(), sofalizer_convolute(), and sofalizer_fast_convolute().
| float** ThreadData::temp_src | 
Definition at line 591 of file af_sofalizer.c.
Referenced by filter_frame(), and sofalizer_convolute().
| FFTComplex** ThreadData::temp_fft | 
Definition at line 592 of file af_sofalizer.c.
Referenced by filter_frame().
| const AVFrame* ThreadData::top | 
Definition at line 54 of file vf_blend.c.
Referenced by DEFINE_BLEND8().
| const AVFrame * ThreadData::bottom | 
Definition at line 54 of file vf_blend.c.
Referenced by DEFINE_BLEND8().
| AVFrame * ThreadData::dst | 
Definition at line 55 of file vf_blend.c.
Referenced by check_rgb2yuv(), check_yuv2rgb(), check_yuv2yuv(), DEFINE_BLEND8(), filter_frame(), filter_slice(), process_slice_uyvy422(), process_slice_yuv420p(), process_slice_yuv422p(), process_slice_yuv444p(), resample_cubic(), and resample_linear().
| AVFilterLink* ThreadData::inlink | 
Definition at line 56 of file vf_blend.c.
Referenced by config_props(), and DEFINE_BLEND8().
| int ThreadData::plane | 
Definition at line 57 of file vf_blend.c.
Referenced by DEFINE_BLEND8(), deinterlace_slice(), filter(), filter_frame(), and filter_slice().
| int ThreadData::w | 
Definition at line 58 of file vf_blend.c.
Referenced by check_multiply3x3(), check_rgb2yuv(), check_yuv2rgb(), check_yuv2yuv(), convert(), DEFINE_BLEND8(), filter(), filter_slice(), resample_cubic(), and resample_linear().
| int ThreadData::h | 
Definition at line 58 of file vf_blend.c.
Referenced by DEFINE_BLEND8(), filter(), filter_frame(), filter_slice(), resample_cubic(), and resample_linear().
| FilterParams* ThreadData::param | 
Definition at line 59 of file vf_blend.c.
Referenced by DEFINE_BLEND8().
| AVFrame * ThreadData::frame | 
Definition at line 53 of file vf_bwdif.c.
Referenced by filter_slice().
| int ThreadData::parity | 
Definition at line 56 of file vf_bwdif.c.
Referenced by filter_slice().
| int ThreadData::tff | 
Definition at line 57 of file vf_bwdif.c.
Referenced by filter_slice().
| const AVFrame* ThreadData::src | 
Definition at line 72 of file vf_colormatrix.c.
Referenced by filter_frame(), filter_slice(), process_slice_uyvy422(), process_slice_yuv420p(), process_slice_yuv422p(), process_slice_yuv444p(), resample_cubic(), and resample_linear().
| int ThreadData::c2 | 
Definition at line 73 of file vf_colormatrix.c.
Referenced by filter_frame(), process_slice_uyvy422(), process_slice_yuv420p(), process_slice_yuv422p(), and process_slice_yuv444p().
| int ThreadData::c3 | 
Definition at line 74 of file vf_colormatrix.c.
Referenced by filter_frame(), process_slice_uyvy422(), process_slice_yuv420p(), process_slice_yuv422p(), and process_slice_yuv444p().
| int ThreadData::c4 | 
Definition at line 75 of file vf_colormatrix.c.
Referenced by filter_frame(), process_slice_uyvy422(), process_slice_yuv420p(), process_slice_yuv422p(), and process_slice_yuv444p().
| int ThreadData::c5 | 
Definition at line 76 of file vf_colormatrix.c.
Referenced by filter_frame(), process_slice_uyvy422(), process_slice_yuv420p(), process_slice_yuv422p(), and process_slice_yuv444p().
| int ThreadData::c6 | 
Definition at line 77 of file vf_colormatrix.c.
Referenced by filter_frame(), process_slice_uyvy422(), process_slice_yuv420p(), process_slice_yuv422p(), and process_slice_yuv444p().
| int ThreadData::c7 | 
Definition at line 78 of file vf_colormatrix.c.
Referenced by filter_frame(), process_slice_uyvy422(), process_slice_yuv420p(), process_slice_yuv422p(), and process_slice_yuv444p().
| ptrdiff_t ThreadData::in_linesize[3] | 
Definition at line 447 of file vf_colorspace.c.
Referenced by convert(), and filter_frame().
| ptrdiff_t ThreadData::out_linesize[3] | 
Definition at line 447 of file vf_colorspace.c.
Referenced by convert(), and filter_frame().
| int ThreadData::in_ss_h | 
Definition at line 448 of file vf_colorspace.c.
Referenced by convert(), and filter_frame().
| int ThreadData::out_ss_h | 
Definition at line 448 of file vf_colorspace.c.
Referenced by convert(), and filter_frame().
| int ThreadData::xoff | 
Definition at line 153 of file vf_datascope.c.
Referenced by filter_color(), filter_color2(), filter_frame(), and filter_mono().
| int ThreadData::yoff | 
Definition at line 153 of file vf_datascope.c.
Referenced by filter_color(), filter_color2(), filter_frame(), and filter_mono().
| float* ThreadData::src | 
Definition at line 610 of file vf_dctdnoiz.c.
| float * ThreadData::dst | 
Definition at line 610 of file vf_dctdnoiz.c.
| const uint32_t * ThreadData::rgbtoyuv | 
Definition at line 46 of file vf_hqx.c.
Referenced by filter_frame(), hqx_filter(), and xbr_filter().
| int ThreadData::xcenter | 
Definition at line 62 of file vf_lenscorrection.c.
Referenced by filter_slice().
| int ThreadData::ycenter | 
Definition at line 62 of file vf_lenscorrection.c.
Referenced by filter_slice().
| int32_t* ThreadData::correction | 
Definition at line 63 of file vf_lenscorrection.c.
Referenced by filter_frame(), and filter_slice().
| uint8_t* ThreadData::dst | 
Definition at line 274 of file vf_perspective.c.
| int ThreadData::dst_linesize | 
Definition at line 275 of file vf_perspective.c.
Referenced by resample_cubic(), and resample_linear().
| uint8_t* ThreadData::src | 
Definition at line 276 of file vf_perspective.c.
| int ThreadData::src_linesize | 
Definition at line 277 of file vf_perspective.c.
Referenced by resample_cubic(), and resample_linear().
| int ThreadData::hsub | 
Definition at line 279 of file vf_perspective.c.
Referenced by resample_cubic(), and resample_linear().
| int ThreadData::vsub | 
Definition at line 279 of file vf_perspective.c.
Referenced by resample_cubic(), and resample_linear().
| int ThreadData::inw | 
Definition at line 84 of file vf_rotate.c.
Referenced by filter_slice().
| int ThreadData::inh | 
Definition at line 84 of file vf_rotate.c.
Referenced by filter_slice().
| int ThreadData::outw | 
Definition at line 85 of file vf_rotate.c.
Referenced by filter_slice().
| int ThreadData::outh | 
Definition at line 85 of file vf_rotate.c.
Referenced by filter_slice().
| int ThreadData::xi | 
Definition at line 87 of file vf_rotate.c.
Referenced by filter_slice().
| int ThreadData::yi | 
Definition at line 87 of file vf_rotate.c.
Referenced by filter_slice().
| int ThreadData::xprime | 
Definition at line 88 of file vf_rotate.c.
Referenced by filter_slice().
| int ThreadData::yprime | 
Definition at line 88 of file vf_rotate.c.
Referenced by filter_slice().
| int ThreadData::c | 
Definition at line 89 of file vf_rotate.c.
Referenced by filter_slice().
| int ThreadData::s | 
Definition at line 89 of file vf_rotate.c.
Referenced by filter_slice().
| const AVFrame* ThreadData::in | 
Definition at line 56 of file vf_signalstats.c.
| AVFrame* ThreadData::ileft | 
Definition at line 598 of file vf_stereo3d.c.
Referenced by filter_frame(), and filter_slice().
| AVFrame * ThreadData::iright | 
Definition at line 598 of file vf_stereo3d.c.
Referenced by filter_frame(), and filter_slice().
| AVFrame * ThreadData::cur | 
Definition at line 224 of file vf_w3fdif.c.
Referenced by deinterlace_slice(), and filter().
| AVFrame * ThreadData::adj | 
Definition at line 224 of file vf_w3fdif.c.
Referenced by deinterlace_slice(), and filter().
 1.8.6
 1.8.6