Home
last modified time | relevance | path

Searched refs:encode_subband (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc2enc.c527 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()
Dsnowenc.c899 static int encode_subband(SnowContext *s, SubBand *b, const IDWTELEM *src, const IDWTELEM *parent, … in encode_subband() function
1819encode_subband(s, b, b->ibuf, b->parent ? b->parent->ibuf : NULL, b->stride, orientation); in encode_frame()