Home | History | Annotate | Download | only in dsp

Lines Matching full:b_off

45   const int b_off = VP8kUToB[u];
48 rgb[2] = VP8kClip[y + b_off - YUV_RANGE_MIN];
55 const int b_off = VP8kUToB[u];
60 (VP8kClip[y + b_off - YUV_RANGE_MIN] >> 3));
65 (VP8kClip[y + b_off - YUV_RANGE_MIN] >> 3));
79 const int b_off = VP8kUToB[u];
83 argb[0] = 0x0f | (VP8kClip4Bits[y + b_off - YUV_RANGE_MIN] << 4);
87 argb[1] = 0x0f | (VP8kClip4Bits[y + b_off - YUV_RANGE_MIN] << 4);
95 const int b_off = VP8kUToB[u];
96 bgr[0] = VP8kClip[y + b_off - YUV_RANGE_MIN];