Home
last modified time | relevance | path

Searched refs:current_superframe (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dsvc_layercontext.c30 svc->current_superframe = 0; in av1_init_layer_context()
184 if (svc->buffer_time_index[ref_frame_idx] == svc->current_superframe && in av1_restore_layer_context()
188 if (svc->buffer_time_index[ref_frame_idx] == svc->current_superframe && in av1_restore_layer_context()
222 svc->buffer_time_index[i] = svc->current_superframe; in av1_save_layer_context()
229 svc->buffer_time_index[ref_frame_map_idx] = svc->current_superframe; in av1_save_layer_context()
235 svc->current_superframe++; in av1_save_layer_context()
H A Dsvc_layercontext.h56 unsigned int current_superframe; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dsvc_layercontext.c30 svc->current_superframe = 0; in av1_init_layer_context()
204 if (svc->buffer_time_index[ref_frame_idx] == svc->current_superframe && in av1_restore_layer_context()
208 if (svc->buffer_time_index[ref_frame_idx] == svc->current_superframe && in av1_restore_layer_context()
244 svc->buffer_time_index[i] = svc->current_superframe; in av1_save_layer_context()
251 svc->buffer_time_index[ref_frame_map_idx] = svc->current_superframe; in av1_save_layer_context()
264 svc->current_superframe++; in av1_save_layer_context()
H A Dsvc_layercontext.h110 unsigned int current_superframe; member
H A Dav1_noise_estimate.c139 frame_counter = cpi->svc.current_superframe; in av1_update_noise_estimate()
163 cpi->svc.current_superframe > 1) { in av1_update_noise_estimate()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dsvc_layercontext.c30 svc->current_superframe = 0; in av1_init_layer_context()
203 if (svc->buffer_time_index[ref_frame_idx] == svc->current_superframe && in av1_restore_layer_context()
207 if (svc->buffer_time_index[ref_frame_idx] == svc->current_superframe && in av1_restore_layer_context()
243 svc->buffer_time_index[i] = svc->current_superframe; in av1_save_layer_context()
250 svc->buffer_time_index[ref_frame_map_idx] = svc->current_superframe; in av1_save_layer_context()
263 svc->current_superframe++; in av1_save_layer_context()
H A Dsvc_layercontext.h110 unsigned int current_superframe; member
H A Dav1_noise_estimate.c142 frame_counter = cpi->svc.current_superframe; in av1_update_noise_estimate()
166 cpi->svc.current_superframe > 1) { in av1_update_noise_estimate()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dsvc_layercontext.c30 svc->current_superframe = 0; in av1_init_layer_context()
211 if (svc->buffer_time_index[ref_frame_idx] == svc->current_superframe && in av1_restore_layer_context()
215 if (svc->buffer_time_index[ref_frame_idx] == svc->current_superframe && in av1_restore_layer_context()
251 svc->buffer_time_index[i] = svc->current_superframe; in av1_save_layer_context()
258 svc->buffer_time_index[ref_frame_map_idx] = svc->current_superframe; in av1_save_layer_context()
271 svc->current_superframe++; in av1_save_layer_context()
374 int superframe_cnt = svc->current_superframe; in av1_set_svc_fixed_mode()
H A Dsvc_layercontext.h114 unsigned int current_superframe; member
H A Dav1_noise_estimate.c142 frame_counter = cpi->svc.current_superframe; in av1_update_noise_estimate()
166 cpi->svc.current_superframe > 1) { in av1_update_noise_estimate()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/
H A Dframe_buffer2.cc161 std::vector<FrameMap::iterator> current_superframe; in FindNextFrame() local
162 current_superframe.push_back(frame_it); in FindNextFrame()
198 current_superframe.push_back(next_frame_it); in FindNextFrame()
208 frames_to_decode_ = std::move(current_superframe); in FindNextFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/
H A Dframe_buffer2.cc156 std::vector<FrameMap::iterator> current_superframe; in FindNextFrame() local
157 current_superframe.push_back(frame_it); in FindNextFrame()
181 current_superframe.push_back(next_frame_it); in FindNextFrame()
191 frames_to_decode_ = std::move(current_superframe); in FindNextFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/
H A Dframe_buffer2.cc163 std::vector<FrameMap::iterator> current_superframe; in FindNextFrame() local
164 current_superframe.push_back(frame_it); in FindNextFrame()
188 current_superframe.push_back(next_frame_it); in FindNextFrame()
198 frames_to_decode_ = std::move(current_superframe); in FindNextFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h89 int current_superframe; member
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/
H A Dframe_buffer2.cc163 std::vector<FrameMap::iterator> current_superframe; in FindNextFrame() local
164 current_superframe.push_back(frame_it); in FindNextFrame()
188 current_superframe.push_back(next_frame_it); in FindNextFrame()
198 frames_to_decode_ = std::move(current_superframe); in FindNextFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_noise_estimate.c131 frame_counter = cpi->svc.current_superframe; in vp9_update_noise_estimate()
155 cpi->svc.current_superframe > 1) { in vp9_update_noise_estimate()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_noise_estimate.c131 frame_counter = cpi->svc.current_superframe; in vp9_update_noise_estimate()
155 cpi->svc.current_superframe > 1) { in vp9_update_noise_estimate()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/encoder/
H A Dvp9_noise_estimate.c131 frame_counter = cpi->svc.current_superframe; in vp9_update_noise_estimate()
155 cpi->svc.current_superframe > 1) { in vp9_update_noise_estimate()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_noise_estimate.c131 frame_counter = cpi->svc.current_superframe; in vp9_update_noise_estimate()
155 cpi->svc.current_superframe > 1) { in vp9_update_noise_estimate()
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/encoder/
H A Dvp9_noise_estimate.c131 frame_counter = cpi->svc.current_superframe; in vp9_update_noise_estimate()
155 cpi->svc.current_superframe > 1) { in vp9_update_noise_estimate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_noise_estimate.c131 frame_counter = cpi->svc.current_superframe; in vp9_update_noise_estimate()
155 cpi->svc.current_superframe > 1) { in vp9_update_noise_estimate()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_noise_estimate.c131 frame_counter = cpi->svc.current_superframe; in vp9_update_noise_estimate()
155 cpi->svc.current_superframe > 1) { in vp9_update_noise_estimate()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_noise_estimate.c131 frame_counter = cpi->svc.current_superframe; in vp9_update_noise_estimate()
155 cpi->svc.current_superframe > 1) { in vp9_update_noise_estimate()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_noise_estimate.c131 frame_counter = cpi->svc.current_superframe; in vp9_update_noise_estimate()
155 cpi->svc.current_superframe > 1) { in vp9_update_noise_estimate()

123