Home
last modified time | relevance | path

Searched refs:MAX_LAG_BUFFERS (Results 1 – 23 of 23) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dlookahead.c16 #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY ? 1 : 25) macro
61 } else if (depth > MAX_LAG_BUFFERS) { in vp8_lookahead_init()
62 depth = MAX_LAG_BUFFERS; in vp8_lookahead_init()
Donyx_int.h44 #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY ? 1 : 25) macro
440 ONEPASS_FRAMESTATS one_pass_frame_stats[MAX_LAG_BUFFERS];
602 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS];
Dratectrl.c414 …int frames_to_scan = (cpi->max_gf_interval <= MAX_LAG_BUFFERS) ? cpi->max_gf_interval : MAX_LAG_BU… in calc_gf_params()
Donyx_if.c1699 else if (cpi->oxcf.lag_in_frames > MAX_LAG_BUFFERS) { in vp8_change_config()
1700 cpi->oxcf.lag_in_frames = MAX_LAG_BUFFERS; in vp8_change_config()
1821 for (i = 0; i < MAX_LAG_BUFFERS; ++i) in vp8_create_compressor()
3431 cpi->one_pass_frame_index = cm->current_video_frame % MAX_LAG_BUFFERS; in encode_frame_to_data_rate()
/external/libaom/libaom/av1/encoder/
Dlookahead.h22 #define MAX_LAG_BUFFERS 25 macro
Dtpl_model.c524 for (frame_idx = 2; frame_idx < MAX_LAG_BUFFERS; ++frame_idx) { in init_gop_frames()
548 for (; frame_idx < MAX_LAG_BUFFERS && extend_frame_count < 2; ++frame_idx) { in init_gop_frames()
569 for (frame_idx = 0; frame_idx < MAX_LAG_BUFFERS; ++frame_idx) { in init_tpl_stats()
580 GF_PICTURE gf_picture[MAX_LAG_BUFFERS]; in av1_tpl_setup_stats()
Dmbgraph.c375 if (n_frames > MAX_LAG_BUFFERS) n_frames = MAX_LAG_BUFFERS; in av1_update_mbgraph_stats()
Dlookahead.c51 depth = clamp(depth, 1, MAX_LAG_BUFFERS); in av1_lookahead_init()
Dencoder.h736 TplDepFrame tpl_stats[MAX_LAG_BUFFERS];
818 MBGRAPH_FRAME_STATS mbgraph_stats[MAX_LAG_BUFFERS];
Dtemporal_filter.c1249 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS] = { NULL }; in av1_temporal_filter()
Dencoder.c2730 for (int frame = 0; frame < MAX_LAG_BUFFERS; ++frame) { in av1_create_compressor()
3074 for (int frame = 0; frame < MAX_LAG_BUFFERS; ++frame) { in av1_remove_compressor()
Dencodeframe.c4310 if (cpi->twopass.gf_group.index >= MAX_LAG_BUFFERS) return orig_rdmult; in get_rdmult_delta()
5435 cpi->twopass.gf_group.index < MAX_LAG_BUFFERS && in encode_frame_internal()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.h22 #define MAX_LAG_BUFFERS 25 macro
Dvp9_firstpass.h139 int arf_index_stack[MAX_LAG_BUFFERS * 2];
Dvp9_encoder.h540 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS];
554 #define MAX_ARF_GOP_SIZE (2 * MAX_LAG_BUFFERS)
650 MBGRAPH_FRAME_STATS mbgraph_stats[MAX_LAG_BUFFERS];
Dvp9_svc_layercontext.h89 YV12_BUFFER_CONFIG scaled_frames[MAX_LAG_BUFFERS];
Dvp9_ratectrl.h175 uint64_t avg_source_sad[MAX_LAG_BUFFERS];
Dvp9_mbgraph.c376 if (n_frames > MAX_LAG_BUFFERS) n_frames = MAX_LAG_BUFFERS; in vp9_update_mbgraph_stats()
Dvp9_lookahead.c55 depth = clamp(depth, 1, MAX_LAG_BUFFERS); in vp9_lookahead_init()
Dvp9_ratectrl.c403 for (i = 0; i < MAX_LAG_BUFFERS; ++i) rc->avg_source_sad[i] = 0; in vp9_rc_init()
2811 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS] = { NULL }; in vp9_scene_detection_onepass()
Dvp9_encoder.c1014 for (i = 0; i < MAX_LAG_BUFFERS; ++i) { in dealloc_compressor_data()
1018 MAX_LAG_BUFFERS * sizeof(cpi->svc.scaled_frames[0])); in dealloc_compressor_data()
5526 for (; frame_idx < MAX_LAG_BUFFERS && extend_frame_count < 2; ++frame_idx) {
6576 stack_init(cpi->twopass.gf_group.arf_index_stack, MAX_LAG_BUFFERS * 2);
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c171 RANGE_CHECK_HI(cfg, g_lag_in_frames, MAX_LAG_BUFFERS); in validate_config()
187 RANGE_CHECK(extra_cfg, min_gf_interval, 0, (MAX_LAG_BUFFERS - 1)); in validate_config()
188 RANGE_CHECK(extra_cfg, max_gf_interval, 0, (MAX_LAG_BUFFERS - 1)); in validate_config()
190 RANGE_CHECK(extra_cfg, max_gf_interval, 2, (MAX_LAG_BUFFERS - 1)); in validate_config()
194 (MAX_LAG_BUFFERS - 1)); in validate_config()
/external/libaom/libaom/av1/
Dav1_cx_iface.c331 RANGE_CHECK_HI(cfg, g_lag_in_frames, MAX_LAG_BUFFERS); in validate_config()
339 RANGE_CHECK_HI(extra_cfg, min_gf_interval, MAX_LAG_BUFFERS - 1); in validate_config()
340 RANGE_CHECK_HI(extra_cfg, max_gf_interval, MAX_LAG_BUFFERS - 1); in validate_config()
343 (MAX_LAG_BUFFERS - 1)); in validate_config()