Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_global.h146 CHROMA_420 = 1, enumerator
H A Davs2d_dpb.c494 if (vsh->chroma_format == CHROMA_420 && vsh->bit_depth == 8) { in dpb_alloc_frame()
496 } else if (vsh->chroma_format == CHROMA_420 && vsh->bit_depth == 10) { in dpb_alloc_frame()
H A Davs2d_ps.c315 if (vsh->chroma_format != CHROMA_420) { in avs2d_parse_sequence_header()