Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Djpegd_syntax.h188 RK_U8 sample_precision; member
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c320 READ_BITS(bitctx, 3, &vsh->sample_precision); in avs2d_parse_sequence_header()
328 if (vsh->sample_precision < 1 || vsh->sample_precision > 2) { in avs2d_parse_sequence_header()
330 mpp_err_f("sample_precision 0x%02x is not supported.\n", vsh->sample_precision); in avs2d_parse_sequence_header()
H A Davs2d_global.h191 RK_U8 sample_precision; member
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.h120 RK_U8 sample_precision; member
H A Davsd_parse.c51 READ_BITS(bitctx, 3, &vsh->sample_precision); in get_sequence_header()
/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c412 syntax->sample_precision = bits; in jpegd_decode_sof()
814 if (ctx->syntax->sample_precision != 8) { in jpegd_decode_frame()
816 For baseline, it should be 8\n", ctx->syntax->sample_precision); in jpegd_decode_frame()
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_rkv.c371 if (s->sample_precision != DCT_SAMPLE_PRECISION_8 || s->qtbl_entry > TBL_ENTRY_3) in jpegd_gen_regs()