Home
last modified time | relevance | path

Searched refs:PlaneContext (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dffv1.h62 typedef struct PlaneContext { struct
69 } PlaneContext; typedef
97 PlaneContext plane[MAX_PLANES];
H A Dffv1.c68 PlaneContext *const p = &fs->plane[j]; in ff_ffv1_init_slice_state()
173 PlaneContext *p = &fs->plane[i]; in ff_ffv1_clear_slice_state()
212 PlaneContext *p = &fs->plane[i]; in ff_ffv1_close()
H A Dffv1_template.c32 static inline int RENAME(get_context)(PlaneContext *p, TYPE *src, in get_context()
H A Dffv1enc_template.c27 PlaneContext *const p = &s->plane[plane_index]; in encode_line()
H A Dffv1dec_template.c27 PlaneContext *const p = &s->plane[plane_index]; in decode_line()
H A Dffv1dec.c201 PlaneContext * const p = &fs->plane[i]; in decode_slice_header()
280 PlaneContext *psrc = &fssrc->plane[i]; in decode_slice()
281 PlaneContext *pdst = &fsdst->plane[i]; in decode_slice()
809 PlaneContext *const p = &fs->plane[i]; in read_header()
H A Dffv1enc.c738 PlaneContext *const p = &s->plane[i]; in encode_init()
/third_party/ffmpeg/libavfilter/
H A Dvf_fftdnoiz.c39 typedef struct PlaneContext { struct
51 } PlaneContext; typedef
71 PlaneContext planes[4];
221 PlaneContext *p = &s->planes[i]; in config_input()
274 PlaneContext *p = &s->planes[plane]; in import_block()
337 PlaneContext *p = &s->planes[plane]; in export_block()
382 PlaneContext *p = &s->planes[plane]; in filter_block3d2()
444 PlaneContext *p = &s->planes[plane]; in filter_block3d1()
501 PlaneContext *p = &s->planes[plane]; in filter_block2d()
541 PlaneContext * in denoise()
[all...]

Completed in 8 milliseconds