OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_coef_probs
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
bitstream.c
888
cpi->
frame_coef_probs
[i][j][k],
896
const vp8_prob newp = cpi->
frame_coef_probs
[i][j][k][t];
948
cpi->
frame_coef_probs
[i][j][k],
957
const vp8_prob newp = cpi->
frame_coef_probs
[i][j][k][t];
1104
const vp8_prob newp = cpi->
frame_coef_probs
[i][j][k][t];
1128
const vp8_prob newp = cpi->
frame_coef_probs
[i][j][k][t];
[
all
...]
onyx_int.h
444
vp8_prob
frame_coef_probs
[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
member in struct:VP8_COMP
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h
477
vp9_coeff_probs_model
frame_coef_probs
[TX_SIZES][BLOCK_TYPES];
member in struct:VP9_COMP
vp9_bitstream.c
668
vp9_coeff_probs_model *coef_probs = cpi->
frame_coef_probs
[tx_size];
714
vp9_coeff_probs_model *new_frame_coef_probs = cpi->
frame_coef_probs
[tx_size];
[
all
...]
Completed in 25 milliseconds