Searched defs:yleft_buf (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vp8/decoder/
H A Dreconintra_mt.c26 unsigned char yleft_buf[16]; local
40 yleft_buf[i] = x->dst.y_buffer [i* x->dst.y_stride -1];
41 yleft_col = yleft_buf;
154 unsigned char yleft_buf[16]; local
171 yleft_buf[i] = x->dst.y_buffer [i* x->dst.y_stride -1];
172 yleft_col = yleft_buf;

Completed in 60 milliseconds