Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Side by Side Diff: celt/cwrs.h

Issue 882843002: Update to opus-HEAD-66611f1. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/opus.git@master
Patch Set: Add the contents of Makefile.mips back. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « celt/cpu_support.h ('k') | celt/cwrs.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2007-2008 CSIRO 1 /* Copyright (c) 2007-2008 CSIRO
2 Copyright (c) 2007-2009 Xiph.Org Foundation 2 Copyright (c) 2007-2009 Xiph.Org Foundation
3 Copyright (c) 2007-2009 Timothy B. Terriberry 3 Copyright (c) 2007-2009 Timothy B. Terriberry
4 Written by Timothy B. Terriberry and Jean-Marc Valin */ 4 Written by Timothy B. Terriberry and Jean-Marc Valin */
5 /* 5 /*
6 Redistribution and use in source and binary forms, with or without 6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions 7 modification, are permitted provided that the following conditions
8 are met: 8 are met:
9 9
10 - Redistributions of source code must retain the above copyright 10 - Redistributions of source code must retain the above copyright
(...skipping 25 matching lines...) Expand all
36 #include "entdec.h" 36 #include "entdec.h"
37 37
38 #ifdef CUSTOM_MODES 38 #ifdef CUSTOM_MODES
39 int log2_frac(opus_uint32 val, int frac); 39 int log2_frac(opus_uint32 val, int frac);
40 #endif 40 #endif
41 41
42 void get_required_bits(opus_int16 *bits, int N, int K, int frac); 42 void get_required_bits(opus_int16 *bits, int N, int K, int frac);
43 43
44 void encode_pulses(const int *_y, int N, int K, ec_enc *enc); 44 void encode_pulses(const int *_y, int N, int K, ec_enc *enc);
45 45
46 void decode_pulses(int *_y, int N, int K, ec_dec *dec); 46 opus_val32 decode_pulses(int *_y, int N, int K, ec_dec *dec);
47 47
48 #endif /* CWRS_H */ 48 #endif /* CWRS_H */
OLDNEW
« no previous file with comments | « celt/cpu_support.h ('k') | celt/cwrs.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698