OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TX_SIZE_CONTEXTS
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymode.h
18
#define
TX_SIZE_CONTEXTS
2
27
vp9_prob p32x32[
TX_SIZE_CONTEXTS
][TX_SIZES - 1];
28
vp9_prob p16x16[
TX_SIZE_CONTEXTS
][TX_SIZES - 2];
29
vp9_prob p8x8[
TX_SIZE_CONTEXTS
][TX_SIZES - 3];
33
unsigned int p32x32[
TX_SIZE_CONTEXTS
][TX_SIZES];
34
unsigned int p16x16[
TX_SIZE_CONTEXTS
][TX_SIZES - 1];
35
unsigned int p8x8[
TX_SIZE_CONTEXTS
][TX_SIZES - 2];
vp9_entropymode.c
437
for (i = 0; i <
TX_SIZE_CONTEXTS
; ++i) {
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
54
int64_t tx_count_32x32p_stats[
TX_SIZE_CONTEXTS
][TX_SIZES];
55
int64_t tx_count_16x16p_stats[
TX_SIZE_CONTEXTS
][TX_SIZES - 1];
56
int64_t tx_count_8x8p_stats[
TX_SIZE_CONTEXTS
][TX_SIZES - 2];
72
for (i = 0; i <
TX_SIZE_CONTEXTS
; i++) {
77
for (i = 0; i <
TX_SIZE_CONTEXTS
; i++) {
82
for (i = 0; i <
TX_SIZE_CONTEXTS
; i++) {
106
"vp9_default_tx_count_32x32p[
TX_SIZE_CONTEXTS
][TX_SIZES] = {\n");
107
for (i = 0; i <
TX_SIZE_CONTEXTS
; i++) {
116
"vp9_default_tx_count_16x16p[
TX_SIZE_CONTEXTS
][TX_SIZES-1] = {\n");
117
for (i = 0; i <
TX_SIZE_CONTEXTS
; i++)
[
all
...]
vp9_encodeframe.c
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
64
for (i = 0; i <
TX_SIZE_CONTEXTS
; ++i)
69
for (i = 0; i <
TX_SIZE_CONTEXTS
; ++i)
74
for (i = 0; i <
TX_SIZE_CONTEXTS
; ++i)
[
all
...]
Completed in 162 milliseconds