OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tx_counts
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.h
123
struct
tx_counts
*
tx_counts
) {
126
return
tx_counts
->p8x8[ctx];
128
return
tx_counts
->p16x16[ctx];
130
return
tx_counts
->p32x32[ctx];
vp9_entropymode.h
34
struct
tx_counts
{
struct
71
struct
tx_counts
tx;
/external/libvpx/libvpx/vp9/common/
vp9_pred_common.h
153
struct
tx_counts
*
tx_counts
) {
156
return
tx_counts
->p8x8[ctx];
158
return
tx_counts
->p16x16[ctx];
160
return
tx_counts
->p32x32[ctx];
vp9_entropymode.h
37
struct
tx_counts
{
struct
76
struct
tx_counts
tx;
Completed in 2217 milliseconds