Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dsvc_layercontext.c183 int ref_frame_idx = svc->ref_idx[LAST_FRAME - 1]; in av1_restore_layer_context() local
184 if (svc->buffer_time_index[ref_frame_idx] == svc->current_superframe && in av1_restore_layer_context()
185 svc->buffer_spatial_layer[ref_frame_idx] == svc->spatial_layer_id - 1) in av1_restore_layer_context()
187 ref_frame_idx = svc->ref_idx[GOLDEN_FRAME - 1]; in av1_restore_layer_context()
188 if (svc->buffer_time_index[ref_frame_idx] == svc->current_superframe && in av1_restore_layer_context()
189 svc->buffer_spatial_layer[ref_frame_idx] == svc->spatial_layer_id - 1) in av1_restore_layer_context()
/external/libvpx/libvpx/tools/non_greedy_mv/
Dnon_greedy_mv.py109 ref_frame_idx = int(word_ls[9])
130 …return rf_idx, frame_idx, ref_frame_idx, gf_frame_offset, ref_gf_frame_offset, mv_ls, img, ref, bs…
151 …for rf_idx, frame_idx, ref_frame_idx, gf_frame_offset, ref_gf_frame_offset, mv_ls, img, ref, bs, f…
179 print rf_idx, frame_idx, ref_frame_idx, gf_frame_offset, ref_gf_frame_offset, len(mv_ls)
/external/libvpx/libvpx/vpx_util/
Dvpx_debug_util.c137 int ref_frame_idx = 3; in mismatch_record_block_pre()
141 if (frame_idx_w == ref_frame_idx && plane == ref_plane && in mismatch_record_block_pre()
171 int ref_frame_idx = 3; in mismatch_record_block_tx()
175 if (frame_idx_w == ref_frame_idx && plane == ref_plane && in mismatch_record_block_tx()
/external/libaom/libaom/aom_util/
Ddebug_util.c139 int ref_frame_idx = 3; in mismatch_record_block_pre()
144 if (frame_idx_w == ref_frame_idx && plane == ref_plane && in mismatch_record_block_pre()
172 int ref_frame_idx = 3; in mismatch_record_block_tx()
177 if (frame_idx_w == ref_frame_idx && plane == ref_plane && frame_offset == ref_frame_offset && in mismatch_record_block_tx()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c6405 int ref_frame_idx = gf_picture[frame_idx].ref_frame[rf_idx]; local
6406 if (ref_frame_idx != -1) {
6407 ref_frame = gf_picture[ref_frame_idx].frame;
6416 assert(ref_frame_idx != -1);
6886 int ref_frame_idx = gf_picture[frame_idx].ref_frame[rf_idx]; local
6887 if (ref_frame_idx != -1) {
6944 int ref_frame_idx; local
6947 ref_frame_idx = gf_picture[frame_idx].ref_frame[rf_idx];
6948 if (ref_frame_idx != -1) {
6949 YV12_BUFFER_CONFIG *ref_frame_buf = gf_picture[ref_frame_idx].frame;
[all …]