Home | History | Annotate | Download | only in jpeg

Lines Matching refs:zig

59 // unscaledQuant are the unscaled quantization tables in zig-zag order. Each
62 // zig-zag order.
227 // quant is the scaled quantization tables, in zig-zag order.
361 // natural (not zig-zag) order.
369 for zig := 1; zig < blockSize; zig++ {
370 ac := div(b[unzig[zig]], 8*int32(e.quant[q][zig]))
494 // The blocks are in natural (not zig-zag) order.