Lines Matching refs:vp8hwdReadBits
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()
911 p->nbrDctPartitions = vp8hwdReadBits(bit_ctx, 2); in vp8_header_parser()
912 p->qpYAc = vp8hwdReadBits(bit_ctx, 7); in vp8_header_parser()
937 p->copyBufferToGolden = vp8hwdReadBits(bit_ctx, 2); in vp8_header_parser()
943 p->copyBufferToAlternate = vp8hwdReadBits(bit_ctx, 2); in vp8_header_parser()
970 p->probMbSkipFalse = vp8hwdReadBits(bit_ctx, 8); in vp8_header_parser()
971 p->probIntra = vp8hwdReadBits(bit_ctx, 8); in vp8_header_parser()
972 p->probRefLast = vp8hwdReadBits(bit_ctx, 8); in vp8_header_parser()
973 p->probRefGolden = vp8hwdReadBits(bit_ctx, 8); in vp8_header_parser()
976 p->entropy.probLuma16x16PredMode[i] = vp8hwdReadBits(bit_ctx, 8); in vp8_header_parser()
980 p->entropy.probChromaPredMode[i] = vp8hwdReadBits(bit_ctx, 8); in vp8_header_parser()
986 tmp = vp8hwdReadBits(bit_ctx, 7); in vp8_header_parser()
997 p->probMbSkipFalse = vp8hwdReadBits(bit_ctx, 8); in vp8_header_parser()
1019 p->width = vp8hwdReadBits(bit_ctx, 12); in vp7_header_parser()
1020 p->height = vp8hwdReadBits(bit_ctx, 12); in vp7_header_parser()
1021 tmp = vp8hwdReadBits(bit_ctx, 2); in vp7_header_parser()
1023 tmp = vp8hwdReadBits(bit_ctx, 2); in vp7_header_parser()
1036 tmp = vp8hwdReadBits(bit_ctx, 8); in vp7_header_parser()
1039 tmp = vp8hwdReadBits(bit_ctx, 8); in vp7_header_parser()
1044 tmp = vp8hwdReadBits(bit_ctx, featureBits[i]); in vp7_header_parser()
1054 p->qpYAc = (RK_S32)vp8hwdReadBits(bit_ctx, 7 ); in vp7_header_parser()
1055 p->qpYDc = vp8hwdReadBits(bit_ctx, 1 ) in vp7_header_parser()
1056 ? (RK_S32)vp8hwdReadBits(bit_ctx, 7 ) : p->qpYAc; in vp7_header_parser()
1057 p->qpY2Dc = vp8hwdReadBits(bit_ctx, 1 ) in vp7_header_parser()
1058 ? (RK_S32)vp8hwdReadBits(bit_ctx, 7 ) : p->qpYAc; in vp7_header_parser()
1059 p->qpY2Ac = vp8hwdReadBits(bit_ctx, 1 ) in vp7_header_parser()
1060 ? (RK_S32)vp8hwdReadBits(bit_ctx, 7 ) : p->qpYAc; in vp7_header_parser()
1061 p->qpChDc = vp8hwdReadBits(bit_ctx, 1 ) in vp7_header_parser()
1062 ? (RK_S32)vp8hwdReadBits(bit_ctx, 7 ) : p->qpYAc; in vp7_header_parser()
1063 p->qpChAc = vp8hwdReadBits(bit_ctx, 1 ) in vp7_header_parser()
1064 ? (RK_S32)vp8hwdReadBits(bit_ctx, 7 ) : p->qpYAc; in vp7_header_parser()
1096 tmp = vp8hwdReadBits(bit_ctx, 8); in vp7_header_parser()
1097 tmp = vp8hwdReadBits(bit_ctx, 8); in vp7_header_parser()
1112 p->vp7ScanOrder[i] = Vp7DefaultScan[vp8hwdReadBits(bit_ctx, 4)]; in vp7_header_parser()
1116 p->loopFilterLevel = vp8hwdReadBits(bit_ctx, 6); in vp7_header_parser()
1117 p->loopFilterSharpness = vp8hwdReadBits(bit_ctx, 3); in vp7_header_parser()
1120 p->probIntra = vp8hwdReadBits(bit_ctx, 8); in vp7_header_parser()
1121 p->probRefLast = vp8hwdReadBits(bit_ctx, 8); in vp7_header_parser()
1125 vp8hwdReadBits(bit_ctx, 8); in vp7_header_parser()
1129 p->entropy.probChromaPredMode[i] = vp8hwdReadBits(bit_ctx, 8); in vp7_header_parser()
1134 tmp = vp8hwdReadBits(bit_ctx, 7); in vp7_header_parser()