Searched refs:uleft_col (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/vp8/common/
H A Dreconintra.c278 unsigned char uleft_col[16]; local
289 uleft_col[i] = x->dst.u_buffer [i* x->dst.uv_stride -1];
317 Uaverage += uleft_col[i];
361 vpx_memset(upred_ptr, uleft_col[i], 8);
377 int predu = uleft_col[i] + uabove_row[j] - utop_left;
416 unsigned char uleft_col[16]; local
429 uleft_col[i] = x->dst.u_buffer [i* x->dst.uv_stride -1];
457 Uaverage += uleft_col[i];
506 vpx_memset(upred_ptr, uleft_col[i], 8);
522 int predu = uleft_col[
[all...]
/external/libvpx/vp8/decoder/
H A Dreconintra_mt.c289 unsigned char *uleft_col; /*[16];*/ local
304 uleft_col = pbi->mt_uleft_col[mb_row];
316 uleft_col = uleft_buf;
346 Uaverage += uleft_col[i];
390 vpx_memset(upred_ptr, uleft_col[i], 8);
406 int predu = uleft_col[i] + uabove_row[j] - utop_left;
445 unsigned char *uleft_col; /*[16];*/ local
461 uleft_col = pbi->mt_uleft_col[mb_row];
473 uleft_col = uleft_buf;
503 Uaverage += uleft_col[
[all...]
/external/libvpx/vp8/encoder/
H A Dpickinter.c275 unsigned char uleft_col[8]; local
292 uleft_col[i] = x->dst.u_buffer [i* x->dst.uv_stride -1];
322 Uaverage += uleft_col[i];
340 int predu = uleft_col[i] + uabove_row[j] - utop_left;
372 diff = u_p - uleft_col[i];

Completed in 53 milliseconds