Searched refs:idx_base (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | vp9block.c | 116 int idx_base = (y + row) * 8 * s->sb_cols + col; in decode_mode() local 118 pred = FFMIN(pred, refsegmap[idx_base + x]); in decode_mode() |
Completed in 3 milliseconds