Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_ext_ratectrl.c55 if (funcs.rate_ctrl_log_path != NULL) { in vp9_extrc_create()
56 ext_ratectrl->log_file = fopen(funcs.rate_ctrl_log_path, "w"); in vp9_extrc_create()
/aosp_15_r20/external/libvpx/vpx/
H A Dvpx_ext_ratectrl.h579 const char *rate_ctrl_log_path; member