Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp8.c1479 int nnz_pred, nnz, nnz_total = 0; in decode_mb_coeffs() local
1484 nnz_pred = t_nnz[8] + l_nnz[8]; in decode_mb_coeffs()
1488 nnz_pred, s->qmat[segment].luma_dc_qmul, in decode_mb_coeffs()
1512 nnz_pred = l_nnz[y] + t_nnz[x]; in decode_mb_coeffs()
1515 luma_start, nnz_pred, in decode_mb_coeffs()
1531 nnz_pred = l_nnz[i + 2 * y] + t_nnz[i + 2 * x]; in decode_mb_coeffs()
1533 s->prob->token[2], 0, nnz_pred, in decode_mb_coeffs()

Completed in 8 milliseconds