Home
last modified time | relevance | path

Searched refs:SVC (Results 1 – 25 of 166) sorted by relevance

1234567

/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.h71 struct SVC;
74 VP9_DENOISER *denoiser, YV12_BUFFER_CONFIG src, struct SVC *svc,
91 struct SVC *svc, int svc_buf_shift,
95 int vp9_denoiser_alloc(VP9_COMMON *cm, struct SVC *svc, VP9_DENOISER *denoiser,
Dvp9_svc_layercontext.c31 SVC *const svc = &cpi->svc; in vp9_init_layer_context()
189 SVC *const svc = &cpi->svc; in vp9_update_layer_context_change_config()
288 SVC *const svc = &cpi->svc; in vp9_update_temporal_layer_framerate()
399 SVC *const svc = &cpi->svc; in vp9_init_second_pass_spatial_svc()
681 SVC *const svc = &cpi->svc; in set_flags_and_fb_idx_bypass_via_set_ref_frame_config()
698 SVC *const svc = &cpi->svc; in vp9_copy_flags_ref_update_idx()
732 SVC *const svc = &cpi->svc; in vp9_one_pass_cbr_svc_start_layer()
927 SVC *const svc = &cpi->svc; in vp9_free_svc_cyclic_refresh()
943 SVC *const svc = &cpi->svc; in vp9_svc_reset_temporal_layers()
965 SVC *svc = &cpi->svc; in vp9_svc_check_reset_layer_rc_flag()
[all …]
Dvp9_svc_layercontext.h74 typedef struct SVC { struct
192 } SVC; argument
Dvp9_denoiser.c466 VP9_DENOISER *denoiser, YV12_BUFFER_CONFIG src, struct SVC *svc, in vp9_denoiser_update_frame_info()
571 struct SVC *svc, int svc_buf_shift, in vp9_denoiser_realloc_svc()
607 int vp9_denoiser_alloc(VP9_COMMON *cm, struct SVC *svc, VP9_DENOISER *denoiser, in vp9_denoiser_alloc()
721 SVC *const svc = &cpi->svc; in force_refresh_longterm_ref()
784 SVC *const svc = &cpi->svc; in vp9_denoiser_update_ref_frame()
Dvp9_ratectrl.c265 SVC *const svc = &cpi->svc; in update_buffer_level_svc_preencode()
299 static void update_layer_buffer_level_postencode(SVC *svc, in update_layer_buffer_level_postencode()
440 SVC *svc = &cpi->svc; in check_buffer_above_thresh()
467 SVC *svc = &cpi->svc; in check_buffer_below_thresh()
504 SVC *svc = &cpi->svc; in drop_frame()
574 SVC *svc = &cpi->svc; in post_encode_drop_cbr()
603 SVC *svc = &cpi->svc; in vp9_rc_drop_frame()
1760 SVC *const svc = &cpi->svc; in vp9_rc_postencode_update()
1776 SVC *svc = &cpi->svc; in vp9_rc_postencode_update()
2035 const SVC *const svc = &cpi->svc; in calc_pframe_target_size_one_pass_cbr()
[all …]
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dasm_linux_arm64.s29 SVC
49 SVC
/external/icu/icu4c/source/data/curr/
Dks.txt773 SVC{
774 "SVC",
Dbrx.txt841 SVC{
842 "SVC",
Dja.txt933 SVC{
934 "SVC",
2012 SVC{
Dyue.txt933 SVC{
934 "SVC",
2010 SVC{
Dzh.txt929 SVC{
930 "SVC",
1986 SVC{
Dyue_Hans.txt934 SVC{
935 "SVC",
2011 SVC{
Dzh_Hant.txt934 SVC{
935 "SVC",
2011 SVC{
Dug.txt929 SVC{
930 "SVC",
2135 SVC{
Del.txt858 SVC{
859 "SVC",
2032 SVC{
Dbg.txt837 SVC{
838 "SVC",
1934 SVC{
Dhe.txt717 SVC{
718 "SVC",
1814 SVC{
Dbs_Cyrl.txt862 SVC{
863 "SVC",
2198 SVC{
Dmk.txt733 SVC{
734 "SVC",
Dth.txt913 SVC{
914 "SVC",
Dko.txt905 SVC{
906 "SVC",
Dlo.txt913 SVC{
914 "SVC",
/external/u-boot/arch/arm/cpu/armv7/
DKconfig17 Say Y here to enable support for booting in non-secure / SVC mode.
/external/u-boot/arch/arm/lib/
Dvectors.S223 mov r13, #MODE_SVC @ prepare SVC-Mode
/external/libvpx/libvpx/
DCHANGELOG5 This adds and improves several vp9 controls. Most are related to SVC:
7 - Frame dropping in SVC.
9 - Inter-layer prediction in SVC.
11 - Enable long term temporal reference in SVC.
13 - Extend and improve this control for better flexibility in setting SVC
16 - Allow for post-encode frame dropping (applies to non-SVC too).

1234567