Lines Matching defs:log2h
346 int log2w, int log2h, int stride)
352 av_assert0(log2w >= 0 && log2h >= 0);
354 index = size2index[log2h][log2w];
359 h = 1 << log2h;
368 log2h--;
369 if ((ret = decode_p_block(f, dst, src, log2w, log2h, stride)) < 0)
371 return decode_p_block(f, dst + (stride << log2h),
372 src + (stride << log2h),
373 log2w, log2h, stride);
376 if ((ret = decode_p_block(f, dst , src, log2w, log2h, stride)) < 0)
380 log2w, log2h, stride);