Searched refs:vp8hwdReadBits (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp8/ |
| H A D | vp8d_parser.c | 160 static RK_U32 vp8hwdReadBits(vpBoolCoder_t *bit_ctx, RK_S32 bits) in vp8hwdReadBits() function 203 result = vp8hwdReadBits(bit_ctx, 4); in DecodeQuantizerDelta() 803 vp8hwdReadBits(&p->bitstr, 8); in vp8hwdDecodeCoeffUpdate() 848 p->segmentQp[i] = vp8hwdReadBits(bit_ctx, 7); in vp8_header_parser() 855 p->segmentLoopfilter[i] = vp8hwdReadBits(bit_ctx, 6); in vp8_header_parser() 867 p->probSegment[i] = vp8hwdReadBits(bit_ctx, 8); in vp8_header_parser() 878 p->loopFilterLevel = vp8hwdReadBits(bit_ctx, 6); in vp8_header_parser() 879 p->loopFilterSharpness = vp8hwdReadBits(bit_ctx, 3); in vp8_header_parser() 885 p->mbRefLfDelta[i] = vp8hwdReadBits(bit_ctx, 6); in vp8_header_parser() 892 p->mbModeLfDelta[i] = vp8hwdReadBits(bit_ctx, 6); in vp8_header_parser() [all …]
|