OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_txsize_lookup
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_common_data.h
28
extern const TX_SIZE
max_txsize_lookup
[BLOCK_SIZES];
vp9_common_data.c
105
const TX_SIZE
max_txsize_lookup
[BLOCK_SIZES] = {
variable
vp9_pred_common.c
378
const int max_tx_size =
max_txsize_lookup
[xd->mi_8x8[0]->mbmi.sb_type];
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
82
const TX_SIZE max_tx_size =
max_txsize_lookup
[bsize];
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
718
const TX_SIZE max_tx_size =
max_txsize_lookup
[bs];
738
const TX_SIZE max_tx_size =
max_txsize_lookup
[bs];
841
const TX_SIZE max_tx_size =
max_txsize_lookup
[bs];
[
all
...]
vp9_bitstream.c
192
const TX_SIZE max_tx_size =
max_txsize_lookup
[bsize];
[
all
...]
vp9_encodeframe.c
[
all
...]
Completed in 28 milliseconds