Searched refs:predict_plane (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | snow.h | 458 static av_always_inline void predict_plane(SnowContext *s, IDWTELEM *buf, int plane_index, int add){ in predict_plane() function
|
H A D | snowenc.c | 1742 predict_plane(s, s->spatial_idwt_buffer, plane_index, 0); in encode_frame() 1817 predict_plane(s, s->spatial_idwt_buffer, plane_index, 1); in encode_frame() 1829 predict_plane(s, s->spatial_idwt_buffer, plane_index, 1); in encode_frame()
|
H A D | snowdec.c | 518 predict_plane(s, s->spatial_idwt_buffer, plane_index, 1); in decode_frame()
|
Completed in 11 milliseconds