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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h187 int resample_down_water_mark; member in struct:__anon13063
/external/libvpx/libvpx/vp8/common/
H A Donyx.h176 int resample_down_water_mark; member in struct:__anon24854
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c318 oxcf->resample_down_water_mark = cfg.rc_resize_down_thresh;
419 printf("resample_down_water_mark: %d\n", oxcf->resample_down_water_mark);
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c328 oxcf->resample_down_water_mark = cfg.rc_resize_down_thresh;
429 printf("resample_down_water_mark: %d\n", oxcf->resample_down_water_mark);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c3296 if ((projected_buffer_level < (cpi->oxcf.resample_down_water_mark * cpi->oxcf.optimal_buffer_level / 100)) ||
H A Donyx_if.c2749 if (cpi->buffer_level < (cpi->oxcf.resample_down_water_mark * cpi->oxcf.optimal_buffer_level / 100))
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c3296 if ((projected_buffer_level < (cpi->oxcf.resample_down_water_mark * cpi->oxcf.optimal_buffer_level / 100)) ||
H A Donyx_if.c2699 if (cpi->buffer_level < (cpi->oxcf.resample_down_water_mark * cpi->oxcf.optimal_buffer_level / 100))

Completed in 164 milliseconds