| add_noise.c |
|
2094 |
0 % |
| arm |
|
|
- |
| avg.c |
|
13446 |
0 % |
| bitreader.c |
|
3074 |
87 % |
| bitreader.h |
|
4547 |
100 % |
| bitreader_buffer.c |
|
1471 |
84 % |
| bitreader_buffer.h |
|
1240 |
- |
| bitwriter.c |
|
1411 |
95 % |
| bitwriter.h |
int queue_r = 0;
int frame_idx_r = 0;
int queue_w = bitstream_queue_get_write();
int frame_idx_w = bitstream_queue_get_frame_write();
if (frame_idx_w == frame_idx_r && queue_w == queue_r) {
fprintf(stderr, "\n *** bitstream queue at frame_idx_w %d queue_w %d\n",
frame_idx_w, queue_w);
assert(0);
}
|
3389 |
85 % |
| bitwriter_buffer.c |
|
1828 |
81 % |
| bitwriter_buffer.h |
|
1649 |
- |
| deblock.c |
post_proc_down for one row |
6446 |
0 % |
| fastssim.c |
|
16565 |
- |
| fwd_txfm.c |
|
31415 |
0 % |
| fwd_txfm.h |
|
913 |
0 % |
| intrapred.c |
|
28673 |
39 % |
| inv_txfm.c |
4-point reversible, orthonormal inverse Walsh-Hadamard in 3.5 adds,
0.5 shifts per pixel. |
99069 |
0 % |
| inv_txfm.h |
|
4883 |
67 % |
| loongarch |
|
|
- |
| loopfilter.c |
|
32042 |
0 % |
| mips |
|
|
- |
| postproc.h |
|
716 |
- |
| ppc |
|
|
- |
| prob.c |
|
2287 |
100 % |
| prob.h |
We build coding trees compactly in arrays.
Each node of the tree is a pair of vpx_tree_indices.
Array index often references a corresponding probability table.
Index <= 0 means done encoding/decoding and value = -Index,
Index > 0 means need another bit, specification at index.
Nonnegative indices are always even; processing begins at node 0. |
3394 |
100 % |
| psnr.c |
TODO(yaowu): The block_variance calls the unoptimized versions of variance()
and highbd_8_variance(). It should not.
|
8443 |
51 % |
| psnr.h |
!\brief Converts SSE to PSNR
Converts sum of squared errros (SSE) to peak signal-to-noise ratio (PSNR).
\param[in] samples Number of samples
\param[in] peak Max sample value
\param[in] sse Sum of squared errors
|
1944 |
- |
| psnrhvs.c |
Normalized inverse quantization matrix for 8x8 DCT at the point of
transparency. This is not the JPEG based matrix from the paper,
this one gives a slightly higher MOS agreement. |
12209 |
- |
| quantize.c |
|
12314 |
0 % |
| quantize.h |
|
1870 |
- |
| sad.c |
Sum the difference between every corresponding element of the buffers. |
9264 |
31 % |
| skin_detection.c |
|
3045 |
95 % |
| skin_detection.h |
|
688 |
- |
| sse.c |
Sum the square of the difference between every corresponding element of the
buffers.
|
1514 |
0 % |
| ssim.c |
|
16675 |
- |
| ssim.h |
|
2411 |
- |
| subtract.c |
|
1695 |
0 % |
| sum_squares.c |
|
711 |
0 % |
| txfm_common.h |
|
2584 |
- |
| variance.c |
|
28585 |
15 % |
| variance.h |
|
3078 |
- |
| vpx_convolve.c |
|
21080 |
0 % |
| vpx_convolve.h |
|
1391 |
- |
| vpx_dsp.mk |
|
19652 |
- |
| vpx_dsp_common.h |
|
2858 |
67 % |
| vpx_dsp_rtcd.c |
|
568 |
100 % |
| vpx_dsp_rtcd_defs.pl |
|
127790 |
- |
| vpx_filter.h |
|
1081 |
- |
| x86 |
|
|
59 % |