OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p32x32
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymode.h
26
vp9_prob
p32x32
[TX_SIZE_CONTEXTS][TX_SIZES - 1];
member in struct:tx_probs
32
unsigned int
p32x32
[TX_SIZE_CONTEXTS][TX_SIZES];
member in struct:tx_counts
vp9_pred_common.h
120
return tx_probs->
p32x32
[ctx];
141
return tx_counts->
p32x32
[ctx];
vp9_entropymode.c
422
tx_counts_to_branch_counts_32x32(counts->tx.
p32x32
[i], branch_ct_32x32p);
424
fc->tx_probs.
p32x32
[i][j] = adapt_prob(pre_fc->tx_probs.
p32x32
[i][j],
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
[
all
...]
vp9_encodeframe.c
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
111
vp9_diff_update_prob(r, &tx_probs->
p32x32
[i][j]);
[
all
...]
Completed in 31 milliseconds