OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_fb_idx
(Results
1 - 9
of
9
) sorted by null
/external/libvpx/vp8/decoder/
onyxd_if.c
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
);
240
cm->frame_to_show = &cm->yv12_fb[cm->
new_fb_idx
];
242
cm->fb_idx_ref_cnt[cm->
new_fb_idx
]--;
293
cm->
new_fb_idx
= get_free_fb (cm);
313
if (cm->fb_idx_ref_cnt[cm->
new_fb_idx
] > 0)
314
cm->fb_idx_ref_cnt[cm->
new_fb_idx
]--;
340
if (cm->fb_idx_ref_cnt[cm->
new_fb_idx
] > 0)
341
cm->fb_idx_ref_cnt[cm->
new_fb_idx
]--
[
all
...]
decodframe.c
331
int dst_fb_idx = pc->
new_fb_idx
;
583
pc->yv12_fb[pc->
new_fb_idx
].corrupted = 0;
844
vpx_memcpy(&xd->dst, &pc->yv12_fb[pc->
new_fb_idx
], sizeof(YV12_BUFFER_CONFIG));
850
vp8_setup_intra_recon(&pc->yv12_fb[pc->
new_fb_idx
]);
881
vp8_yv12_extend_frame_borders_ptr(&pc->yv12_fb[pc->
new_fb_idx
]); /*cm->frame_to_show);*/
911
pc->yv12_fb[pc->
new_fb_idx
].corrupted =
914
pc->yv12_fb[pc->
new_fb_idx
].corrupted |=
threading.c
60
mbd->dst = pc->yv12_fb[pc->
new_fb_idx
];
250
int dst_fb_idx = pc->
new_fb_idx
;
737
int dst_fb_idx = pc->
new_fb_idx
;
[
all
...]
/external/libvpx/vp8/common/
onyxc_int.h
103
int
new_fb_idx
, lst_fb_idx, gld_fb_idx, alt_fb_idx;
member in struct:VP8Common
alloccommon.c
77
oci->
new_fb_idx
= 0;
/external/libvpx/vp8/encoder/
ethreading.c
91
int dst_fb_idx = cm->
new_fb_idx
;
434
mbd->dst = cm->yv12_fb[cm->
new_fb_idx
];
encodeframe.c
478
int dst_fb_idx = cm->
new_fb_idx
;
772
xd->dst = cm->yv12_fb[cm->
new_fb_idx
];
776
vp8_setup_intra_recon(&cm->yv12_fb[cm->
new_fb_idx
]);
[
all
...]
onyx_if.c
[
all
...]
firstpass.c
496
YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->
new_fb_idx
];
[
all
...]
Completed in 135 milliseconds