OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coef_branch_ct
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
748
vp9_coeff_stats *
coef_branch_ct
= cpi->frame_branch_ct[tx_size];
local
760
coef_branch_ct
[i][j][k][l],
764
coef_branch_ct
[i][j][k][l][0][1] = eob_branch_ct[i][j][k][l] -
765
coef_branch_ct
[i][j][k][l][0][0];
767
get_binary_prob(
coef_branch_ct
[i][j][k][l][0][0],
768
coef_branch_ct
[i][j][k][l][0][1]);
[
all
...]
Completed in 27 milliseconds