Home
last modified time | relevance | path

Searched refs:decimation_factor (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.h68 int decimation_factor; member
Dvp9_ratectrl.c255 (rc->decimation_factor > 0)) { in vp9_rc_drop_frame()
256 --rc->decimation_factor; in vp9_rc_drop_frame()
258 rc->decimation_factor == 0) { in vp9_rc_drop_frame()
259 rc->decimation_factor = 1; in vp9_rc_drop_frame()
261 if (rc->decimation_factor > 0) { in vp9_rc_drop_frame()
266 rc->decimation_count = rc->decimation_factor; in vp9_rc_drop_frame()
Dvp9_svc_layercontext.c43 lrc->decimation_factor = 0; in vp9_init_layer_context()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c3503 if ((cpi->buffer_level > drop_mark) && (cpi->decimation_factor > 0)) in encode_frame_to_data_rate()
3504 cpi->decimation_factor --; in encode_frame_to_data_rate()
3506 if (cpi->buffer_level > drop_mark75 && cpi->decimation_factor > 0) in encode_frame_to_data_rate()
3507 cpi->decimation_factor = 1; in encode_frame_to_data_rate()
3509 …else if (cpi->buffer_level < drop_mark25 && (cpi->decimation_factor == 2 || cpi->decimation_factor in encode_frame_to_data_rate()
3511 cpi->decimation_factor = 3; in encode_frame_to_data_rate()
3513 …else if (cpi->buffer_level < drop_mark50 && (cpi->decimation_factor == 1 || cpi->decimation_factor in encode_frame_to_data_rate()
3515 cpi->decimation_factor = 2; in encode_frame_to_data_rate()
3517 …else if (cpi->buffer_level < drop_mark75 && (cpi->decimation_factor == 0 || cpi->decimation_factor in encode_frame_to_data_rate()
3519 cpi->decimation_factor = 1; in encode_frame_to_data_rate()
[all …]
Donyx_int.h466 int decimation_factor; member
Dratectrl.c940 cpi->decimation_factor, cpi->common.horiz_scale, in calc_pframe_target_size()