OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_coef_counts
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
defaultcoefcounts.h
20
static const unsigned int
default_coef_counts
[BLOCK_TYPES]
variable
bitstream.c
876
probs =
default_coef_counts
[i][j];
1066
vp8_copy(cpi->mb.coef_counts,
default_coef_counts
);
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
defaultcoefcounts.h
20
static const unsigned int
default_coef_counts
[BLOCK_TYPES]
variable
bitstream.c
875
probs =
default_coef_counts
[i][j];
1065
vp8_copy(cpi->mb.coef_counts,
default_coef_counts
);
[
all
...]
Completed in 88 milliseconds