Searched refs:resample_down_water_mark (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Donyx.h188 int resample_down_water_mark; member in struct:__anon11015
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c326 oxcf->resample_down_water_mark = cfg.rc_resize_down_thresh;
431 printf("resample_down_water_mark: %d\n", oxcf->resample_down_water_mark);
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c3297 if ((projected_buffer_level < (cpi->oxcf.resample_down_water_mark * cpi->oxcf.optimal_buffer_level / 100)) ||
H A Donyx_if.c2772 if (cpi->buffer_level < (cpi->oxcf.resample_down_water_mark * cpi->oxcf.optimal_buffer_level / 100))

Completed in 98 milliseconds