OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_coeff_count
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropy.h
87
typedef unsigned int
vp9_coeff_count
[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
typedef
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h
490
vp9_coeff_count
coef_counts[TX_SIZES][BLOCK_TYPES];
vp9_tokenize.c
127
vp9_coeff_count
*const counts = cpi->coef_counts[tx_size];
262
fprintf(f, "static const
vp9_coeff_count
%s = {\n", header);
vp9_bitstream.c
745
vp9_coeff_count
*coef_counts = cpi->coef_counts[tx_size];
[
all
...]
vp9_onyx_if.c
[
all
...]
Completed in 36 milliseconds