Searched refs:vp9_post_proc_frame (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.h | 40 int vp9_post_proc_frame(struct VP9Common *cm, YV12_BUFFER_CONFIG *dest,
|
D | vp9_postproc.c | 295 int vp9_post_proc_frame(struct VP9Common *cm, YV12_BUFFER_CONFIG *dest, in vp9_post_proc_frame() function
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 449 ret = vp9_post_proc_frame(cm, sd, flags, cm->width); in vp9_get_raw_frame()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 6852 vp9_post_proc_frame(cm, pp, &ppflags, 6986 ret = vp9_post_proc_frame(cm, dest, flags, cpi->un_scaled_source->y_width);
|