OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coef_counts
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/encoder/
tokenize.c
137
++cpi->
coef_counts
[type] [band] [pt] [x];
188
++cpi->
coef_counts
[type] [band] [pt] [x];
270
vpx_memcpy(cpi->coef_counts_backup, cpi->
coef_counts
, sizeof(cpi->
coef_counts
));
316
vpx_memcpy(cpi->
coef_counts
, cpi->coef_counts_backup, sizeof(cpi->
coef_counts
));
435
++cpi->
coef_counts
[1] [0] [pt] [DCT_EOB_TOKEN];
465
++cpi->
coef_counts
[0] [1] [pt] [DCT_EOB_TOKEN];
494
++cpi->
coef_counts
[2] [0] [pt] [DCT_EOB_TOKEN];
bitstream.c
[
all
...]
onyx_int.h
459
unsigned int
coef_counts
[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens]; /* for this frame */
member in struct:__anon7740
encodeframe.c
748
vp8_zero(cpi->
coef_counts
);
[
all
...]
Completed in 412 milliseconds