Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/
H A Dvp9_cx_iface.c138 int global_header_subsampling; member
1159 priv->global_header_subsampling = -1; in encoder_init()
1380 if (chroma_subsampling > ctx->global_header_subsampling) { in encoder_encode()
1381 ctx->global_header_subsampling = chroma_subsampling; in encoder_encode()
1717 const int subsampling = ctx->global_header_subsampling; in encoder_get_global_headers()
1729 if (ctx->global_header_subsampling == -1) ctx->global_headers.sz -= 3; in encoder_get_global_headers()