/external/chromium_org/third_party/libwebp/dec/ |
frame.c | 586 uint8_t* const top_u = dec->u_t_ + dec->mb_x_ * 8; local 593 memcpy(u_dst - BPS, top_u, 8); 668 memcpy(top_u, u_dst + 7 * BPS, 8);
|
io.c | 113 const uint8_t* top_u = p->tmp_u; local 125 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, 131 top_u = cur_u; 138 top_u, top_v, cur_u, cur_v,
|
/external/webp/src/dec/ |
frame.c | 586 uint8_t* const top_u = dec->u_t_ + dec->mb_x_ * 8; local 593 memcpy(u_dst - BPS, top_u, 8); 668 memcpy(top_u, u_dst + 7 * BPS, 8);
|
io.c | 113 const uint8_t* top_u = p->tmp_u; local 125 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, 131 top_u = cur_u; 138 top_u, top_v, cur_u, cur_v,
|
/external/chromium_org/third_party/libwebp/enc/ |
picture.c | 794 const uint8_t* const top_u = cur_u; local 798 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v, [all...] |
/external/webp/src/enc/ |
picture.c | 794 const uint8_t* const top_u = cur_u; local 798 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v, [all...] |