Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.h35 RK_U8 high_bitdepth; member
H A Dav1d_parser.c94 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth) in get_pixel_format()
97 bit_depth = seq->color_config.high_bitdepth ? 10 : 8; in get_pixel_format()
H A Dav1d_cbs.c473 flag(high_bitdepth); in mpp_av1_color_config()
476 current->high_bitdepth) { in mpp_av1_color_config()
480 ctx->bit_depth = current->high_bitdepth ? 10 : 8; in mpp_av1_color_config()