Searched refs:encode_subband (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vc2enc.c | 529 static void encode_subband(VC2EncContext *s, PutBitContext *pb, int sx, int sy, in encode_subband() function 753 encode_subband(s, pb, slice_x, slice_y, in encode_hq_slice()
|
H A D | snowenc.c | 896 static int encode_subband(SnowContext *s, SubBand *b, const IDWTELEM *src, const IDWTELEM *parent, int stride, int orientation){ in encode_subband() function 1794 encode_subband(s, b, b->ibuf, b->parent ? b->parent->ibuf : NULL, b->stride, orientation); in encode_frame()
|
Completed in 7 milliseconds