/external/webp/src/dsp/ |
D | upsampling.c | 39 const uint8_t* top_u, const uint8_t* top_v, \ 44 uint32_t tl_uv = LOAD_UV(top_u[0], top_v[0]); /* top-left sample */ \ 56 const uint32_t t_uv = LOAD_UV(top_u[x], top_v[x]); /* top sample */ \ 114 const uint8_t* top_u, const uint8_t* top_v, \ 122 FUNC(top_y[2 * x + 0], top_u[x], top_v[x], top_dst + 8 * x + 0); \ 123 FUNC(top_y[2 * x + 1], top_u[x], top_v[x], top_dst + 8 * x + 4); \ 125 if (len & 1) FUNC(top_y[2 * x + 0], top_u[x], top_v[x], top_dst + 8 * x); \
|
D | upsampling_sse2.c | 133 const uint8_t* top_u, const uint8_t* top_v, \ 145 const int v_diag = ((top_v[0] + cur_v[0]) >> 1) + 1; \ 147 const int v0_t = (top_v[0] + v_diag) >> 1; \ 158 UPSAMPLE_32PIXELS(top_v + uv_pos, cur_v + uv_pos, r_v); \ 165 UPSAMPLE_LAST_BLOCK(top_v + uv_pos, cur_v + uv_pos, left_over, r_v); \
|
D | upsampling_neon.c | 213 const uint8_t *top_u, const uint8_t *top_v, \ 227 const int v_diag = ((top_v[0] + cur_v[0]) >> 1) + 1; \ 238 const int v0 = (top_v[0] + v_diag) >> 1; \ 249 UPSAMPLE_16PIXELS(top_v, cur_v, r_uv + 16); \ 254 top_v += 8; \ 259 UPSAMPLE_LAST_BLOCK(top_v, cur_v, leftover, r_uv + 16); \
|
D | upsampling_mips_dsp_r2.c | 148 const uint8_t* top_u, const uint8_t* top_v, \ 153 uint32_t tl_uv = LOAD_UV(top_u[0], top_v[0]); /* top-left sample */ \ 165 const uint32_t t_uv = LOAD_UV(top_u[x], top_v[x]); /* top sample */ \
|
D | dsp.h | 280 const uint8_t* top_u, const uint8_t* top_v,
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | upsampling_sse2.c | 130 const uint8_t* top_u, const uint8_t* top_v, \ 144 const int v_diag = ((top_v[0] + cur_v[0]) >> 1) + 1; \ 150 const int v0 = (top_v[0] + v_diag) >> 1; \ 161 UPSAMPLE_32PIXELS(top_v, cur_v, r_uv + 1 * 32); \ 166 top_v += 16; \ 171 UPSAMPLE_LAST_BLOCK(top_v, cur_v, leftover, r_uv + 1 * 32); \
|
D | upsampling.c | 41 const uint8_t* top_u, const uint8_t* top_v, \ 46 uint32_t tl_uv = LOAD_UV(top_u[0], top_v[0]); /* top-left sample */ \ 57 const uint32_t t_uv = LOAD_UV(top_u[x], top_v[x]); /* top sample */ \ 166 const uint8_t* top_u, const uint8_t* top_v, \ 173 FUNC(top_y[2 * x + 0], top_u[x], top_v[x], top_dst + 8 * x + 0); \ 174 FUNC(top_y[2 * x + 1], top_u[x], top_v[x], top_dst + 8 * x + 4); \ 176 if (len & 1) FUNC(top_y[2 * x + 0], top_u[x], top_v[x], top_dst + 8 * x); \
|
D | upsampling_neon.c | 212 const uint8_t *top_u, const uint8_t *top_v, \ 226 const int v_diag = ((top_v[0] + cur_v[0]) >> 1) + 1; \ 236 const int v0 = (top_v[0] + v_diag) >> 1; \ 247 UPSAMPLE_16PIXELS(top_v, cur_v, r_uv + 16); \ 252 top_v += 8; \ 257 UPSAMPLE_LAST_BLOCK(top_v, cur_v, leftover, r_uv + 16); \
|
D | dsp.h | 151 const uint8_t* top_u, const uint8_t* top_v,
|
/external/webp/src/dec/ |
D | io.c | 71 const uint8_t* top_v = p->tmp_v; in EmitFancyRGB() local 82 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, in EmitFancyRGB() 89 top_v = cur_v; in EmitFancyRGB() 95 top_u, top_v, cur_u, cur_v, in EmitFancyRGB()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | io.c | 114 const uint8_t* top_v = p->tmp_v; in EmitFancyRGB() local 125 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, in EmitFancyRGB() 132 top_v = cur_v; in EmitFancyRGB() 138 top_u, top_v, cur_u, cur_v, in EmitFancyRGB()
|
D | frame.c | 587 uint8_t* const top_v = dec->v_t_ + dec->mb_x_ * 8; in VP8ReconstructBlock() local 594 memcpy(v_dst - BPS, top_v, 8); in VP8ReconstructBlock() 669 memcpy(top_v, v_dst + 7 * BPS, 8); in VP8ReconstructBlock()
|
/external/webp/src/enc/ |
D | picture_csp.c | 1055 const uint8_t* const top_v = cur_v; in WebPPictureYUVAToARGB() local 1058 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v, in WebPPictureYUVAToARGB()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | picture.c | 795 const uint8_t* const top_v = cur_v; in WebPPictureYUVAToARGB() local 798 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v, in WebPPictureYUVAToARGB()
|