Home
last modified time | relevance | path

Searched refs:layer_context (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c31 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[layer]; in vp9_init_layer_context()
79 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[layer]; in vp9_update_layer_context_change_config()
113 &svc->layer_context[svc->temporal_layer_id] : in get_layer_context()
114 &svc->layer_context[svc->spatial_layer_id]; in get_layer_context()
203 struct twopass_rc *const twopass = &cpi->svc.layer_context[i].twopass; in vp9_init_second_pass_spatial_svc()
Dvp9_svc_layercontext.h43 LAYER_CONTEXT layer_context[MAX(VPX_TS_MAX_LAYERS, VPX_SS_MAX_LAYERS)]; member
Dvp9_firstpass.c265 twopass = &cpi->svc.layer_context[cpi->svc.spatial_layer_id].twopass; in calculate_modified_err()
357 output_stats(&cpi->svc.layer_context[i].twopass.total_stats, in vp9_end_first_pass()
513 twopass = &cpi->svc.layer_context[cpi->svc.spatial_layer_id].twopass; in vp9_first_pass()
951 twopass = &cpi->svc.layer_context[cpi->svc.spatial_layer_id].twopass; in vp9_init_second_pass()
975 cpi->svc.layer_context[cpi->svc.spatial_layer_id].target_bandwidth / in vp9_init_second_pass()
2218 lc = &cpi->svc.layer_context[cpi->svc.spatial_layer_id]; in vp9_rc_get_second_pass_params()
Dvp9_ratectrl.c205 LAYER_CONTEXT *lc = &cpi->svc.layer_context[temporal_layer]; in update_layer_buffer_level()
1247 const LAYER_CONTEXT *lc = &cpi->svc.layer_context[current_temporal_layer]; in calc_pframe_target_size_one_pass_cbr()
Dvp9_onyx_if.c206 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[i]; in dealloc_compressor_data()
1350 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[layer_id]; in vp9_create_compressor()
2838 lc = &cpi->svc.layer_context[cpi->svc.temporal_layer_id];
2840 lc = &cpi->svc.layer_context[cpi->svc.spatial_layer_id];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h667 LAYER_CONTEXT layer_context[VPX_TS_MAX_LAYERS]; member
Donyx_if.c218 LAYER_CONTEXT *lc = &cpi->layer_context[cpi->current_layer]; in save_layer_context()
256 LAYER_CONTEXT *lc = &cpi->layer_context[layer]; in restore_layer_context()
306 LAYER_CONTEXT *lc = &cpi->layer_context[layer]; in init_temporal_layer_context()
377 LAYER_CONTEXT *lc = &cpi->layer_context[i]; in reset_temporal_layer_change()
1407 LAYER_CONTEXT *lc = &cpi->layer_context[i]; in update_layer_contexts()
3586 LAYER_CONTEXT *lc = &cpi->layer_context[i]; in encode_frame_to_data_rate()
4472 cpi->layer_context[i].total_byte_count += (*size); in encode_frame_to_data_rate()
4569 LAYER_CONTEXT *lc = &cpi->layer_context[i]; in encode_frame_to_data_rate()
5080 LAYER_CONTEXT *lc = &cpi->layer_context[i]; in vp8_get_compressed_data()
5103 vp8_new_framerate(cpi, cpi->layer_context[layer].framerate); in vp8_get_compressed_data()
Dratectrl.c613 cpi->layer_context[cpi->current_layer].avg_frame_size_for_layer; in calc_pframe_target_size()
958 LAYER_CONTEXT *lc = &cpi->layer_context[i]; in calc_pframe_target_size()