OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_tx_probs2
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_pred_common.h
115
static const vp9_prob *
get_tx_probs2
(const MACROBLOCKD *xd,
function
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
205
const vp9_prob *tx_probs =
get_tx_probs2
(xd, &cpi->common.fc.tx_probs, m);
[
all
...]
vp9_rdopt.c
738
const vp9_prob *tx_probs =
get_tx_probs2
(xd, &cm->fc.tx_probs, xd->this_mi);
843
const vp9_prob *tx_probs =
get_tx_probs2
(xd, &cm->fc.tx_probs, xd->this_mi);
[
all
...]
Completed in 26 milliseconds