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 - 9
of
9
) sorted by null
/external/libvpx/libvpx/vp8/common/
onyxc_int.h
33
#define
NUM_YV12_BUFFERS
4
79
YV12_BUFFER_CONFIG yv12_fb[
NUM_YV12_BUFFERS
];
80
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
66
YV12_BUFFER_CONFIG *dec_fb_ref[
NUM_YV12_BUFFERS
];
onyxd_if.c
190
for (i = 0; i <
NUM_YV12_BUFFERS
; i++)
194
assert(i <
NUM_YV12_BUFFERS
);
/external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h
36
#define
NUM_YV12_BUFFERS
(NUM_REF_FRAMES + 4)
111
YV12_BUFFER_CONFIG yv12_fb[
NUM_YV12_BUFFERS
];
112
int fb_idx_ref_cnt[
NUM_YV12_BUFFERS
]; /* reference counts */
226
for (i = 0; i <
NUM_YV12_BUFFERS
; i++)
230
assert(i <
NUM_YV12_BUFFERS
);
vp9_alloccommon.c
37
for (i = 0; i <
NUM_YV12_BUFFERS
; i++)
144
for (i = 0; i <
NUM_YV12_BUFFERS
; i++) {
151
cm->new_fb_idx =
NUM_YV12_BUFFERS
- 1;
vp9_reconinter.c
232
if (ref >=
NUM_YV12_BUFFERS
) {
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
710
cm->new_fb_idx =
NUM_YV12_BUFFERS
- 1;
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
[
all
...]
Completed in 57 milliseconds