Searched refs:log2w (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | 4xm.c | 297 static inline void mcdc(uint16_t *dst, const uint16_t *src, int log2w, in mcdc() argument 303 switch (log2w) { in mcdc() 346 int log2w, int log2h, int stride) in decode_p_block() 352 av_assert0(log2w >= 0 && log2h >= 0); in decode_p_block() 354 index = size2index[log2h][log2w]; in decode_p_block() 365 end = start + stride * (f->avctx->height - h + 1) - (1 << log2w); in decode_p_block() 369 if ((ret = decode_p_block(f, dst, src, log2w, log2h, stride)) < 0) in decode_p_block() 373 log2w, log2h, stride); in decode_p_block() 375 log2w--; in decode_p_block() 376 if ((ret = decode_p_block(f, dst , src, log2w, log2 in decode_p_block() 345 decode_p_block(FourXContext *f, uint16_t *dst, const uint16_t *src, int log2w, int log2h, int stride) decode_p_block() argument [all...] |
Completed in 2 milliseconds