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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dyv12extend.c212 void memcpy_short_addr(uint8_t *dst8, const uint8_t *src8, int num) { argument
213 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_convolve.c288 uint8_t *dst8, ptrdiff_t dst_stride,
294 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8);
313 uint8_t *dst8, ptrdiff_t dst_stride,
319 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8);
339 uint8_t *dst8, ptrdiff_t dst_stride,
345 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8);
365 uint8_t *dst8, ptrdiff_t dst_stride,
371 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8);
519 uint8_t *dst8, ptrdiff_t dst_stride,
525 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8);
287 high_convolve_horiz(const uint8_t *src8, ptrdiff_t src_stride, uint8_t *dst8, ptrdiff_t dst_stride, const InterpKernel *x_filters, int x0_q4, int x_step_q4, int w, int h, int bd) argument
312 high_convolve_avg_horiz(const uint8_t *src8, ptrdiff_t src_stride, uint8_t *dst8, ptrdiff_t dst_stride, const InterpKernel *x_filters, int x0_q4, int x_step_q4, int w, int h, int bd) argument
338 high_convolve_vert(const uint8_t *src8, ptrdiff_t src_stride, uint8_t *dst8, ptrdiff_t dst_stride, const InterpKernel *y_filters, int y0_q4, int y_step_q4, int w, int h, int bd) argument
364 high_convolve_avg_vert(const uint8_t *src8, ptrdiff_t src_stride, uint8_t *dst8, ptrdiff_t dst_stride, const InterpKernel *y_filters, int y0_q4, int y_step_q4, int w, int h, int bd) argument
518 vp9_high_convolve_copy_c(const uint8_t *src8, ptrdiff_t src_stride, uint8_t *dst8, ptrdiff_t dst_stride, const int16_t *filter_x, int filter_x_stride, const int16_t *filter_y, int filter_y_stride, int w, int h, int bd) argument
539 vp9_high_convolve_avg_c(const uint8_t *src8, ptrdiff_t src_stride, uint8_t *dst8, ptrdiff_t dst_stride, const int16_t *filter_x, int filter_x_stride, const int16_t *filter_y, int filter_y_stride, int w, int h, int bd) argument
[all...]
H A Dvp9_reconintra.c628 uint8_t *dst8,
638 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8);
625 build_intra_predictors_high(const MACROBLOCKD *xd, const uint8_t *ref8, int ref_stride, uint8_t *dst8, int dst_stride, PREDICTION_MODE mode, TX_SIZE tx_size, int up_available, int left_available, int right_available, int x, int y, int plane, int bd) argument
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp1238 uint16x8_t dst8, scale8, alpha8; local
1335 dst8 = vld1q_u16(dst);
1336 dst_b = vandq_u16(dst8, vdupq_n_u16(SK_B16_MASK));
1337 dst_g = vshrq_n_u16(vshlq_n_u16(dst8, SK_R16_BITS), SK_R16_BITS + SK_B16_BITS);
1338 dst_r = vshrq_n_u16(dst8, SK_R16_SHIFT); // clearing hi bits
1350 dst8 = vshrq_n_u16(dst_b, 5);
1351 dst8 = vsliq_n_u16(dst8, vshrq_n_u16(dst_g, 5), 5);
1352 dst8 = vsliq_n_u16(dst8, vshrq_n_u1
1452 uint16x8_t dst8; local
[all...]
/external/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp1140 uint16x8_t dst8, scale8, alpha8; local
1237 dst8 = vld1q_u16(dst);
1238 dst_b = vandq_u16(dst8, vdupq_n_u16(SK_B16_MASK));
1239 dst_g = vshrq_n_u16(vshlq_n_u16(dst8, SK_R16_BITS), SK_R16_BITS + SK_B16_BITS);
1240 dst_r = vshrq_n_u16(dst8, SK_R16_SHIFT); // clearing hi bits
1252 dst8 = vshrq_n_u16(dst_b, 5);
1253 dst8 = vsliq_n_u16(dst8, vshrq_n_u16(dst_g, 5), 5);
1254 dst8 = vsliq_n_u16(dst8, vshrq_n_u1
1354 uint16x8_t dst8; local
[all...]
/external/pixman/test/
H A Dutils.c439 uint8_t *dst8 = (uint8_t *)dst; local
466 *dst8++ = r;
467 *dst8++ = g;
468 *dst8++ = b;
469 *dst8++ = a;
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c7218 IRTemp dst8 = newTemp(Ity_D64); local
7339 assign(dst8, binop(Iop_F128toD64, irrm, mkexpr(src8)));
7340 put_dpr_dw0(0, mkexpr(dst8)); /* put the result in FPR 0,2 */
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 228 milliseconds