repo stringlengths 1 152 ⌀ | file stringlengths 14 221 | code stringlengths 501 25k | file_length int64 501 25k | avg_line_length float64 20 99.5 | max_line_length int64 21 134 | extension_type stringclasses 2
values |
|---|---|---|---|---|---|---|
stress-ng | stress-ng-master/test/test-atomic_fetch_and.c | /*
* Copyright (C) 2021-2023 Colin Ian King
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program i... | 866 | 29.964286 | 81 | c |
stress-ng | stress-ng-master/test/test-landlock_rule_type.c | /*
* Copyright (C) 2013-2021 Canonical, Ltd.
* Copyright (C) 2022-2023 Colin Ian King
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your opti... | 964 | 31.166667 | 81 | c |
daala | daala-master/tools/cholesky.h | /*Daala video codec
Copyright (c) 2008-2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 5,385 | 53.959184 | 80 | h |
daala | daala-master/tools/cos_search.c | /*Daala video codec
Copyright (c) 2016 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 3,468 | 34.040404 | 79 | c |
daala | daala-master/tools/bjontegaard.c | /*Daala video codec
Copyright (c) 2014 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 9,131 | 22.78125 | 100 | c |
daala | daala-master/tools/trans_tools.h | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 3,684 | 31.610619 | 82 | h |
daala | daala-master/tools/svd.c | /*Daala video codec
Copyright (c) 2005-2008 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 4,923 | 33.676056 | 78 | c |
daala | daala-master/tools/compute_basis.c |
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "../src/dct.h"
#include "../src/filter.h"
void usage(char *str) {
fprintf(stderr,
"usage: %s <log size - 2> <coeff | coeff420 | mag | mag420>\n", str);
}
#define OD_BASIS_SIZE (3*OD_BSIZE_MAX)
#define OD_BASIS_PULSE 1024
/* C... | 2,309 | 24.108696 | 75 | c |
daala | daala-master/tools/kiss99.c | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 2,312 | 33.014706 | 78 | c |
daala | daala-master/tools/downsample.c | /*Daala video codec
Copyright (c) 2002-2015 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 5,660 | 30.983051 | 81 | c |
daala | daala-master/tools/upsample.c | /*Daala video codec
Copyright (c) 2002-2015 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 9,907 | 33.283737 | 79 | c |
daala | daala-master/tools/qr.h | /*Daala video codec
Copyright (c) 2007-2014 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 3,978 | 52.053333 | 79 | h |
daala | daala-master/tools/compute_haar_basis.c | #include <stdio.h>
#include <stdlib.h>
#include "../src/dct.h"
#include "../src/filter.h"
#include "../src/tf.h"
#define OD_BASIS_SIZE (4*OD_BSIZE_MAX)
#define OD_BASIS_PULSE 1024
int main(int argc, char *argv[]) {
int ln;
int n;
od_coeff x0[OD_BASIS_SIZE*OD_BASIS_SIZE];
od_coeff *x1;
od_coeff *x2;
int i;... | 3,051 | 30.791667 | 95 | c |
daala | daala-master/tools/data_compactor.c | /*Daala video codec
Copyright (c) 2006-2010 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 10,207 | 48.795122 | 107 | c |
daala | daala-master/tools/svd.h | /*Daala video codec
Copyright (c) 2005-2007 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 3,068 | 52.842105 | 80 | h |
daala | daala-master/tools/od_filter.h | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 1,919 | 39.851064 | 78 | h |
daala | daala-master/tools/qr.c | /*Daala video codec
Copyright (c) 2007-2014 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 5,339 | 28.502762 | 79 | c |
daala | daala-master/tools/dump_ssim.c | #include "vidinput.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#if !defined(M_PI)
# define M_PI (3.141592653589793238462643)
#endif
#include <string.h>
/*Yes, yes, we're going to hell.*/
#if defined(_WIN32)
#include <io.h>
#include <fcntl.h>
#endif
#include "getopt.h"
const char *optstring = "frsy";
co... | 11,578 | 30.294595 | 132 | c |
daala | daala-master/tools/dump_psnr.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENS... | 8,718 | 30.59058 | 80 | c |
daala | daala-master/tools/vq_train.c | /*Daala video codec
Copyright (c) 2012-2014 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 6,859 | 28.69697 | 94 | c |
daala | daala-master/tools/png2y4m.c | /*Daala video codec
Copyright (c) 2002-2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 24,107 | 31.8 | 80 | c |
daala | daala-master/tools/yuv2yuv4mpeg.c | #define _LARGEFILE_SOURCE
#define _LARGEFILE64_SOURCE
#define _FILE_OFFSET_BITS 64
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../src/odintrin.h"
/*Helper macro to validate fwrite/fread operations*/
#define CHECK_IO(func,ptr,size,nmemb,stream) \
if(func(ptr,size,nmemb,stream)<(size_t)nmemb)... | 10,642 | 30.770149 | 79 | c |
daala | daala-master/tools/gen_laplace_tables.c | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 3,099 | 25.956522 | 84 | c |
daala | daala-master/tools/gen_filter_tables.c | /*Daala video codec
Copyright (c) 2015 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 2,398 | 30.155844 | 78 | c |
daala | daala-master/tools/jpegyuv.c | /*
* Written by Josh Aas and Tim Terriberry
* Copyright (c) 2013, Mozilla Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the ... | 5,106 | 29.218935 | 86 | c |
daala | daala-master/tools/trans2d.c | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 11,115 | 27.723514 | 80 | c |
daala | daala-master/tools/gen_dct_template.c | #include <stdio.h>
#include <stdlib.h>
const char SUF[]=
"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_ ";
int br(int v, int ln) {
int i;
int r;
r = 0;
for (i = 0; i < ln; i++) {
r <<= 1;
r |= v&1;
v >>= 1;
}
return r;
}
void printDCT(FILE *fp, int ln) {
int n;
int i;
... | 6,004 | 28.292683 | 80 | c |
daala | daala-master/tools/to_monochrome.c | /*Daala video codec
Copyright (c) 2002-2015 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 5,527 | 32.301205 | 79 | c |
daala | daala-master/tools/vidinput.c | /*Daala video codec
Copyright (c) 2002-2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 2,184 | 33.68254 | 78 | c |
daala | daala-master/tools/dump_fastssim.c | #include "vidinput.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#if !defined(M_PI)
# define M_PI (3.141592653589793238462643)
#endif
#include <string.h>
/*Yes, yes, we're going to hell.*/
#if defined(_WIN32)
#include <io.h>
#include <fcntl.h>
#endif
#include "getopt.h"
/*Implements the FastSSIM algorith... | 19,140 | 28.954617 | 81 | c |
daala | daala-master/tools/ec_test.c | /*Daala video codec
Copyright (c) 2007-2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 16,586 | 22.394922 | 79 | c |
daala | daala-master/tools/draw_zigzags.c | #include <stdio.h>
#include <stdlib.h>
#include "../src/internal.h"
#include "../src/zigzag.h"
#define HEADER \
"<html>\n" \
" <head>\n" \
" <style type=\"text/css\">\n" \
" svg {\n" \
" width: %i;\n" \
" height: %i;\n" \
" }\n" \
" polygon {\n" \
" stroke: grey;\n" \
... | 5,374 | 21.87234 | 79 | c |
daala | daala-master/tools/y4m2yuv.c | /*Daala video codec
Copyright (c) 2002-2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 4,913 | 28.60241 | 78 | c |
daala | daala-master/tools/daalainfo.c | /* daalainfo - based on Ogginfo
*
* A tool to describe ogg file contents and metadata.
*
* Copyright 2002-2005 Michael Smith <msmith@xiph.org>
* Licensed under the GNU GPL, distributed with this program.
*/
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <stdarg.h>
#include... | 21,545 | 28.636864 | 78 | c |
daala | daala-master/tools/od_defs.h | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 1,858 | 37.729167 | 105 | h |
daala | daala-master/tools/cholesky.c | /*Daala video codec
Copyright (c) 2008-2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 8,053 | 30.833992 | 79 | c |
daala | daala-master/tools/int_search.h | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 1,627 | 46.882353 | 78 | h |
daala | daala-master/tools/yuvjpeg.c | /*
* Written by Josh Aas and Tim Terriberry
* Copyright (c) 2013, Mozilla Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the ... | 8,000 | 29.192453 | 86 | c |
daala | daala-master/tools/y4m2png.c | /*Daala video codec
Copyright (c) 2002-2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 11,738 | 30.055556 | 89 | c |
daala | daala-master/tools/matidx.h | /*Daala video codec
Copyright (c) 2008-2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 3,135 | 44.449275 | 79 | h |
daala | daala-master/tools/int_search.c | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 2,426 | 29.3375 | 78 | c |
daala | daala-master/tools/gen_cdf.c | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 3,044 | 26.432432 | 78 | c |
daala | daala-master/tools/divu_const.c | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 2,394 | 32.263889 | 78 | c |
daala | daala-master/tools/kiss99.h | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 1,650 | 38.309524 | 78 | h |
daala | daala-master/tools/vidinput.h | /*Daala video codec
Copyright (c) 2002-2007 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 3,995 | 32.024793 | 79 | h |
daala | daala-master/tools/gen_sqrt_tbl.c | #include <stdio.h>
#include <stdint.h>
#include <math.h>
#include "../src/odintrin.h"
#define OD_SQRT_TBL_SHIFT (10)
int main()
{
int i;
static int n[13] = {0, 0, 0, 0, 8, 15, 32, 0, 128, 0, 512, 0, 2048};
printf("static const od_val16 table[2][13] = {\n");
printf("{");
for (i = 0; i < 13; i++) {
if (n[i... | 756 | 20.027778 | 70 | c |
daala | daala-master/tools/dump_msssim.c | #include "vidinput.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#if !defined(M_PI)
# define M_PI (3.141592653589793238462643)
#endif
#include <string.h>
/*Yes, yes, we're going to hell.*/
#if defined(_WIN32)
#include <io.h>
#include <fcntl.h>
#endif
#include "getopt.h"
const char *optstring = "frsy";
co... | 13,903 | 29.761062 | 132 | c |
daala | daala-master/tools/trans.c | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 11,062 | 27.735065 | 80 | c |
daala | daala-master/tools/pythag.h | /*Daala video codec
Copyright (c) 2005-2008 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 2,426 | 38.145161 | 79 | h |
daala | daala-master/tools/od_filter.c | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 9,999 | 26.322404 | 78 | c |
daala | daala-master/win32/Dependencies/getopt1.c | /* getopt_long and getopt_long_only entry points for GNU getopt.
Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser Genera... | 4,520 | 22.920635 | 76 | c |
daala | daala-master/win32/Dependencies/getopt.h | /* Declarations for getopt.
Copyright (C) 1989-1994, 1996-1999, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softw... | 6,447 | 34.624309 | 81 | h |
daala | daala-master/examples/player_example.c | /*Daala video codec
Copyright (c) 2006-2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 20,759 | 28.657143 | 94 | c |
daala | daala-master/examples/dump_video.c | /*Daala video codec
Copyright (c) 2006-2010 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 15,037 | 30.995745 | 79 | c |
daala | daala-master/src/filter.h | /*Daala video codec
Copyright (c) 2003-2010 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 5,602 | 41.12782 | 79 | h |
daala | daala-master/src/intra.h | /*Daala video codec
Copyright (c) 2012-2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 1,664 | 45.25 | 79 | h |
daala | daala-master/src/partition.c | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 8,682 | 34.440816 | 79 | c |
daala | daala-master/src/util.c | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 3,018 | 28.598039 | 78 | c |
daala | daala-master/src/generic_code.c | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 5,656 | 35.031847 | 79 | c |
daala | daala-master/src/entenc.h | /*Daala video codec
Copyright (c) 2001-2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 4,206 | 38.317757 | 78 | h |
daala | daala-master/src/generic_decoder.c | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 5,365 | 34.773333 | 82 | c |
daala | daala-master/src/mc.h | /*Daala video codec
Copyright (c) 2006-2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 5,016 | 41.880342 | 79 | h |
daala | daala-master/src/quantizer.h | /*Daala video codec
Copyright (c) 2015 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 1,992 | 43.288889 | 78 | h |
daala | daala-master/src/pvq_decoder.h | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 2,798 | 46.440678 | 116 | h |
daala | daala-master/src/laplace_encoder.c | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 9,760 | 31.003279 | 88 | c |
daala | daala-master/src/quantizer.c | /*Daala video codec
Copyright (c) 2015 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 4,779 | 36.637795 | 78 | c |
daala | daala-master/src/logging.h | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 4,590 | 29.203947 | 78 | h |
daala | daala-master/src/odintrin.h | /*Daala video codec
Copyright (c) 2003-2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 13,890 | 39.147399 | 89 | h |
daala | daala-master/src/decint.h | /*Daala video codec
Copyright (c) 2006-2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 2,866 | 36.723684 | 79 | h |
daala | daala-master/src/block_size_enc.h | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 4,910 | 39.586777 | 79 | h |
daala | daala-master/src/generic_code.h | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 4,001 | 39.836735 | 125 | h |
daala | daala-master/src/intra.c | /*Daala video codec
Copyright (c) 2012-2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 3,798 | 33.536364 | 79 | c |
daala | daala-master/src/pvq_encoder.h | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 2,288 | 43.019231 | 78 | h |
daala | daala-master/src/internal.h | /*Daala video codec
Copyright (c) 2006-2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 8,481 | 33.90535 | 79 | h |
daala | daala-master/src/dering.h | /*Daala video codec
Copyright (c) 2014-2016 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 3,538 | 39.215909 | 78 | h |
daala | daala-master/src/util.h | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 1,761 | 47.944444 | 78 | h |
daala | daala-master/src/dct.h | /*Daala video codec
Copyright (c) 2002-2010 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 8,300 | 42.460733 | 79 | h |
daala | daala-master/src/entcode.c | /*Daala video codec
Copyright (c) 2001-2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 4,263 | 45.347826 | 79 | c |
daala | daala-master/src/encint.h | /*Daala video codec
Copyright (c) 2006-2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 14,206 | 37.501355 | 79 | h |
daala | daala-master/src/pvq_decoder.c | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 13,699 | 35.339523 | 82 | c |
daala | daala-master/src/zigzag.h | /*Daala video codec
Copyright (c) 2015 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 1,625 | 45.457143 | 78 | h |
daala | daala-master/src/mcenc.h | /*Daala video codec
Copyright (c) 2014 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 8,622 | 38.737327 | 79 | h |
daala | daala-master/src/dering.c | /*Daala video codec
Copyright (c) 2014-2016 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 12,973 | 35.962963 | 79 | c |
daala | daala-master/src/entdec.c | /*Daala video codec
Copyright (c) 2001-2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 17,936 | 32.278293 | 99 | c |
daala | daala-master/src/info.c | /*Daala video codec
Copyright (c) 2006-2010 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 2,200 | 34.5 | 78 | c |
daala | daala-master/src/pvq.h | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 6,747 | 36.281768 | 78 | h |
daala | daala-master/src/tf.c | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 7,926 | 27.514388 | 79 | c |
daala | daala-master/src/zigzag32.c | /* This file is generated by gen_zigzag32.m */
#include "odintrin.h"
OD_EXTERN const unsigned char OD_ZIGZAG32[768][2] = {
{ 16, 0 }, { 17, 0 }, { 18, 0 }, { 19, 0 },
{ 16, 1 }, { 17, 1 }, { 20, 0 }, { 16, 2 },
{ 18, 1 }, { 21, 0 }, { 17, 2 }, { 16, 3 },
{ 19, 1 }, { 22, 0 }, { 18, 2 }, { 17, 3 },
{ 20, 1 }, ... | 9,405 | 46.746193 | 53 | c |
daala | daala-master/src/entdec.h | /*Daala video codec
Copyright (c) 2001-2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 5,565 | 44.622951 | 129 | h |
daala | daala-master/src/logging.c | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 7,717 | 26.564286 | 78 | c |
daala | daala-master/src/state.h | /*Daala video codec
Copyright (c) 2006-2010 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 13,861 | 37.187328 | 79 | h |
daala | daala-master/src/switch_table.c | #include "../include/daala/daala_integer.h"
#include "odintrin.h"
/* Initial CDFs for block size encoding. These are the result of
ad hoc "training" based on akiyo and parkjoy. They can probably
be much better, although the influence on actual performance is
likely to be small. */
OD_EXTERN const uint16_t ran... | 664 | 35.944444 | 66 | c |
daala | daala-master/src/laplace_tables.c | /* This file is auto-generated using "gen_laplace_tables 128 7" */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "pvq.h"
const uint16_t EXP_CDF_TABLE[128][16] = {
{32753,32754,32755,32756,32757,32758,32759,32760,32761,32762,32763,32764,32765,32766,32767,32768},
{32499,32753,32755,32756,32757,32758,32... | 14,228 | 51.505535 | 100 | c |
daala | daala-master/src/infodec.c | /*Daala video codec
Copyright (c) 2006-2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 7,739 | 33.864865 | 79 | c |
daala | daala-master/src/block_size_enc.c | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 16,829 | 35.827133 | 84 | c |
daala | daala-master/src/generic_encoder.c | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 7,551 | 34.455399 | 78 | c |
daala | daala-master/src/block_size.h | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 1,920 | 40.76087 | 78 | h |
daala | daala-master/src/entenc.c | /*Daala video codec
Copyright (c) 2001-2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
l... | 23,675 | 32.774608 | 83 | c |
daala | daala-master/src/accounting.h | /*Daala video codec
Copyright (c) 2013 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 2,340 | 36.758065 | 80 | h |
daala | daala-master/src/partition.h | /*Daala video codec
Copyright (c) 2012 Daala project contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | 1,884 | 37.469388 | 78 | h |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.