Lines Matching defs:nnz
1479 int nnz_pred, nnz, nnz_total = 0;
1487 nnz = decode_block_coeffs(c, td->block_dc, s->prob->token[1], 0,
1490 l_nnz[8] = t_nnz[8] = !!nnz;
1493 nnz |= inter_predict_dc(td->block_dc,
1497 if (nnz) {
1498 nnz_total += nnz;
1500 if (nnz == 1)
1513 nnz = decode_block_coeffs(c, td->block[y][x],
1518 /* nnz+block_dc may be one more than the actual last index,
1520 td->non_zero_count_cache[y][x] = nnz + block_dc;
1521 t_nnz[x] = l_nnz[y] = !!nnz;
1522 nnz_total += nnz;
1532 nnz = decode_block_coeffs(c, td->block[i][(y << 1) + x],
1536 td->non_zero_count_cache[i][(y << 1) + x] = nnz;
1537 t_nnz[i + 2 * x] = l_nnz[i + 2 * y] = !!nnz;
1538 nnz_total += nnz;
1678 int x, y, mode, nnz;
1761 nnz = td->non_zero_count_cache[y][x];
1762 if (nnz) {
1763 if (nnz == 1)