Home
last modified time | relevance | path

Searched refs:rate_decimator (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Donyx.h225 unsigned int rate_decimator[VPX_TS_MAX_PERIODICITY]; member
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c276 lc->framerate = cpi->output_framerate / cpi->oxcf.rate_decimator[layer]; in init_temporal_layer_context()
368 prev_layer_framerate = cpi->output_framerate / cpi->oxcf.rate_decimator[i]; in reset_temporal_layer_change()
1369 cpi->output_framerate / cpi->oxcf.rate_decimator[i]; in init_config()
1396 lc->framerate = cpi->ref_framerate / oxcf->rate_decimator[i]; in update_layer_contexts()
4959 lc->framerate = cpi->ref_framerate / cpi->oxcf.rate_decimator[i]; in vp8_get_compressed_data()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c351 memcpy(oxcf->rate_decimator, cfg.ts_rate_decimator, in set_vp8e_config()