OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fb_idx_ref_cnt
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/common/
alloccommon.c
68
oci->
fb_idx_ref_cnt
[0] = 0;
82
oci->
fb_idx_ref_cnt
[0] = 1;
83
oci->
fb_idx_ref_cnt
[1] = 1;
84
oci->
fb_idx_ref_cnt
[2] = 1;
85
oci->
fb_idx_ref_cnt
[3] = 1;
onyxc_int.h
102
int
fb_idx_ref_cnt
[NUM_YV12_BUFFERS];
member in struct:VP8Common
/external/libvpx/vp8/decoder/
onyxd_if.c
172
if (cm->
fb_idx_ref_cnt
[i] == 0)
175
cm->
fb_idx_ref_cnt
[i] = 1;
210
ref_cnt_fb (cm->
fb_idx_ref_cnt
, &cm->alt_fb_idx, new_fb);
224
ref_cnt_fb (cm->
fb_idx_ref_cnt
, &cm->gld_fb_idx, new_fb);
228
ref_cnt_fb (cm->
fb_idx_ref_cnt
, &cm->gld_fb_idx, cm->new_fb_idx);
231
ref_cnt_fb (cm->
fb_idx_ref_cnt
, &cm->alt_fb_idx, cm->new_fb_idx);
235
ref_cnt_fb (cm->
fb_idx_ref_cnt
, &cm->lst_fb_idx, cm->new_fb_idx);
242
cm->
fb_idx_ref_cnt
[cm->new_fb_idx]--;
313
if (cm->
fb_idx_ref_cnt
[cm->new_fb_idx] > 0)
314
cm->
fb_idx_ref_cnt
[cm->new_fb_idx]--
[
all
...]
Completed in 30 milliseconds