Searched refs:encode_subband (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vc2enc.c | 527 static void encode_subband(VC2EncContext *s, PutBitContext *pb, int sx, int sy, in encode_subband() function 751 encode_subband(s, pb, slice_x, slice_y, in encode_hq_slice()
|
D | snowenc.c | 899 static int encode_subband(SnowContext *s, SubBand *b, const IDWTELEM *src, const IDWTELEM *parent, … in encode_subband() function 1819 … encode_subband(s, b, b->ibuf, b->parent ? b->parent->ibuf : NULL, b->stride, orientation); in encode_frame()
|