OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REF_TYPES
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropy.h
70
#define
REF_TYPES
2 // intra=0, inter=1
95
typedef unsigned int vp9_coeff_count[
REF_TYPES
][COEF_BANDS][PREV_COEF_CONTEXTS]
97
typedef unsigned int vp9_coeff_stats[
REF_TYPES
][COEF_BANDS][PREV_COEF_CONTEXTS]
144
typedef vp9_prob vp9_coeff_probs_model[
REF_TYPES
][COEF_BANDS]
148
typedef unsigned int vp9_coeff_count_model[
REF_TYPES
][COEF_BANDS]
vp9_entropy.c
386
unsigned int (*eob_branch_count)[
REF_TYPES
][COEF_BANDS][PREV_COEF_CONTEXTS] =
392
for (j = 0; j <
REF_TYPES
; ++j)
vp9_onyxc_int.h
63
unsigned int eob_branch[TX_SIZES][BLOCK_TYPES][
REF_TYPES
]
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
87
typedef unsigned int vp9_coeff_cost[BLOCK_TYPES][
REF_TYPES
][COEF_BANDS][2]
vp9_bitstream.c
670
unsigned int (*eob_branch_ct)[
REF_TYPES
][COEF_BANDS][PREV_COEF_CONTEXTS] =
676
for (j = 0; j <
REF_TYPES
; ++j) {
727
for (j = 0; j <
REF_TYPES
; ++j) {
766
for (j = 0; j <
REF_TYPES
; ++j) {
817
for (j = 0; j <
REF_TYPES
; ++j) {
[
all
...]
vp9_onyx_if.c
[
all
...]
vp9_rdopt.c
124
for (j = 0; j <
REF_TYPES
; j++)
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
559
for (j = 0; j <
REF_TYPES
; j++)
[
all
...]
Completed in 41 milliseconds