Home
last modified time | relevance | path

Searched defs:n_px_have (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9recon.c99 int n_px_need = 4 << tx, n_px_have = (((s->cols - col) << !ss_h) - x) * 4; in check_intra_mode() local
188 int n_px_need = 4 << tx, i, n_px_have = (((s->rows - row) << !ss_v) - y) * 4; in check_intra_mode() local