Searched refs:vp8hwdReadBits (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/vp8/ |
| H A D | vp8d_parser.c | 161 static RK_U32 vp8hwdReadBits(vpBoolCoder_t *bit_ctx, RK_S32 bits) in vp8hwdReadBits() function 204 result = vp8hwdReadBits(bit_ctx, 4); in DecodeQuantizerDelta() 810 vp8hwdReadBits(&p->bitstr, 8); in vp8hwdDecodeCoeffUpdate() 855 p->segmentQp[i] = vp8hwdReadBits(bit_ctx, 7); in vp8_header_parser() 862 p->segmentLoopfilter[i] = vp8hwdReadBits(bit_ctx, 6); in vp8_header_parser() 874 p->probSegment[i] = vp8hwdReadBits(bit_ctx, 8); in vp8_header_parser() 885 p->loopFilterLevel = vp8hwdReadBits(bit_ctx, 6); in vp8_header_parser() 886 p->loopFilterSharpness = vp8hwdReadBits(bit_ctx, 3); in vp8_header_parser() 892 p->mbRefLfDelta[i] = vp8hwdReadBits(bit_ctx, 6); in vp8_header_parser() 899 p->mbModeLfDelta[i] = vp8hwdReadBits(bit_ctx, 6); in vp8_header_parser() [all …]
|