Lines Matching defs:top_left
88 static int read_argb_line(CLLCContext *ctx, GetBitContext *gb, int *top_left,
99 pred[0] = top_left[0];
100 pred[1] = top_left[1];
101 pred[2] = top_left[2];
102 pred[3] = top_left[3];
145 top_left[0] = outbuf[0];
148 if (top_left[0]) {
149 top_left[1] = outbuf[1];
150 top_left[2] = outbuf[2];
151 top_left[3] = outbuf[3];
158 int *top_left, VLC *vlc, uint8_t *outbuf)
167 pred = *top_left;
182 *top_left = outbuf[0];
188 int *top_left, VLC *vlc, uint8_t *outbuf,
196 pred = *top_left;
210 *top_left = outbuf[0];