Home
last modified time | relevance | path

Searched refs:number_of_layers (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c382 if (cpi->oxcf.number_of_layers == 1) { in calc_iframe_target_size()
629 if((cpi->common.refresh_alt_ref_frame) && (cpi->oxcf.number_of_layers == 1)) in calc_pframe_target_size()
952 if (cpi->oxcf.number_of_layers > 1) { in calc_pframe_target_size()
956 for (i = cpi->current_layer + 1; i < cpi->oxcf.number_of_layers; in calc_pframe_target_size()
1119 if (cpi->oxcf.number_of_layers == 1 && in vp8_update_rate_correction_factors()
1198 if (cpi->oxcf.number_of_layers == 1 && in vp8_update_rate_correction_factors()
1223 else if (cpi->oxcf.number_of_layers == 1 && in vp8_regulate_q()
1228 else if (cpi->oxcf.number_of_layers == 1 && in vp8_regulate_q()
1247 if (cpi->oxcf.number_of_layers == 1 && in vp8_regulate_q()
1298 else if (cpi->oxcf.number_of_layers == 1 && in vp8_regulate_q()
[all …]
Donyx_if.c370 const int curr_num_layers = cpi->oxcf.number_of_layers; in reset_temporal_layer_change()
1399 if (cpi->oxcf.number_of_layers > 1) in init_config()
1404 for (i=0; i<cpi->oxcf.number_of_layers; i++) in init_config()
1429 if (oxcf->number_of_layers > 1) in update_layer_contexts()
1434 assert(oxcf->number_of_layers <= VPX_TS_MAX_LAYERS); in update_layer_contexts()
1435 for (i = 0; i < oxcf->number_of_layers && i < VPX_TS_MAX_LAYERS; ++i) in update_layer_contexts()
1501 prev_number_of_layers = cpi->oxcf.number_of_layers; in vp8_change_config()
1703 if (cpi->oxcf.number_of_layers != prev_number_of_layers) in vp8_change_config()
1910 if (cpi->oxcf.number_of_layers == 1) { in vp8_create_compressor()
1913 } else if (cpi->oxcf.number_of_layers == 2) { in vp8_create_compressor()
[all …]
Dencodeframe.c670 else if ((cpi->oxcf.number_of_layers > 1) && in init_encode_frame_mb_context()
674 else if ((cpi->oxcf.number_of_layers > 1) && in init_encode_frame_mb_context()
1028 if ((cm->frame_type != KEY_FRAME) && ((cpi->oxcf.number_of_layers > 1) || in vp8_encode_frame()
1327 cpi->oxcf.number_of_layers == 1) in vp8cx_encode_inter_macroblock()
/external/libvpx/libvpx/vp8/common/
Donyx.h232 unsigned int number_of_layers; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c368 oxcf->number_of_layers = cfg.ts_number_layers; in set_vp8e_config()
371 if (oxcf->number_of_layers > 1) in set_vp8e_config()