OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_free_frame_buffer
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vpx_scale/
yv12config.h
70
int
vp9_free_frame_buffer
(YV12_BUFFER_CONFIG *ybf);
/external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c
38
vp9_free_frame_buffer
(&cm->yv12_fb[i]);
40
vp9_free_frame_buffer
(&cm->post_proc_buffer);
/external/libvpx/libvpx/vpx_scale/generic/
yv12config.c
109
int
vp9_free_frame_buffer
(YV12_BUFFER_CONFIG *ybf) {
function
208
vp9_free_frame_buffer
(ybf);
/external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c
47
vp9_free_frame_buffer
(&ctx->buf[i].img);
vp9_onyx_if.c
302
vp9_free_frame_buffer
(&cpi->last_frame_uf);
303
vp9_free_frame_buffer
(&cpi->scaled_source);
304
vp9_free_frame_buffer
(&cpi->alt_ref_buffer);
[
all
...]
Completed in 79 milliseconds