Home
last modified time | relevance | path

Searched refs:yuv_denoised_file (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c85 FILE *yuv_denoised_file; variable
1956 yuv_denoised_file = fopen("denoised.yuv", "ab"); in vp8_create_compressor()
2281 fclose(yuv_denoised_file); in vp8_remove_compressor()
4406 vpx_write_yuv_frame(yuv_denoised_file, in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c87 FILE *yuv_denoised_file = NULL; variable
2275 yuv_denoised_file = fopen("denoised.yuv", "ab"); in vp9_create_compressor()
2627 fclose(yuv_denoised_file); in vp9_remove_compressor()
4793 vpx_write_yuv_frame(yuv_denoised_file,