OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_tx_probs
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_pred_common.h
112
static const vp9_prob *
get_tx_probs
(TX_SIZE max_tx_size, int ctx,
function
130
return
get_tx_probs
(max_tx_size, ctx, tx_probs);
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
67
const vp9_prob *tx_probs =
get_tx_probs
(max_tx_size, ctx, &cm->fc.tx_probs);
Completed in 59 milliseconds