Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp8.c1475 int nnz_pred, nnz, nnz_total = 0; in decode_mb_coeffs() local
1480 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1484 nnz_pred, s->qmat[segment].luma_dc_qmul, in decode_mb_coeffs()
1508 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1511 luma_start, nnz_pred, in decode_mb_coeffs()
1527 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1529 s->prob->token[2], 0, nnz_pred, in decode_mb_coeffs()