Home | History | Annotate | Download | only in dec

Lines Matching defs:br

63   VP8BitReader* const br = &dec->br_;
64 const int base_q0 = VP8GetValue(br, 7);
65 const int dqy1_dc = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
66 const int dqy2_dc = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
67 const int dqy2_ac = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
68 const int dquv_dc = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
69 const int dquv_ac = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;