OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_YV12_BUFFERS
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp8/common/
onyxc_int.h
33
#define
NUM_YV12_BUFFERS
4
80
YV12_BUFFER_CONFIG yv12_fb[
NUM_YV12_BUFFERS
];
81
int fb_idx_ref_cnt[
NUM_YV12_BUFFERS
];
alloccommon.c
23
for (i = 0; i <
NUM_YV12_BUFFERS
; i++)
61
for (i = 0; i <
NUM_YV12_BUFFERS
; i++)
/external/libvpx/libvpx/vp8/decoder/
onyxd_int.h
40
YV12_BUFFER_CONFIG *dec_fb_ref[
NUM_YV12_BUFFERS
];
onyxd_if.c
207
for (i = 0; i <
NUM_YV12_BUFFERS
; i++)
211
assert(i <
NUM_YV12_BUFFERS
);
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
[
all
...]
Completed in 1189 milliseconds