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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconintra.c114 const MACROBLOCKD *xd, const uint8_t *ref8, int ref_stride, uint8_t *dst8,
118 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8);
113 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/libvpx/libvpx/vp9/encoder/
H A Dvp9_extend.c61 uint8_t *dst8, int dst_pitch, int w,
66 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8);
60 highbd_copy_and_extend_plane(const uint8_t *src8, int src_pitch, uint8_t *dst8, int dst_pitch, int w, int h, int extend_top, int extend_left, int extend_bottom, int extend_right) argument
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dvpx_convolve_avg_msa.c107 v16u8 dst8, dst9, dst10, dst11, dst12, dst13, dst14, dst15; local
119 LD_UB4(dst_dup, dst_stride, dst8, dst10, dst12, dst14);
127 AVER_UB4_UB(src8, dst8, src9, dst9, src10, dst10, src11, dst11, dst8, dst9,
135 ST_UB4(dst8, dst10, dst12, dst14, dst, dst_stride);
148 v16u8 dst8, dst9, dst10, dst11, dst12, dst13, dst14, dst15; local
164 LD_UB4(dst_dup, 16, dst8, dst9, dst10, dst11);
173 AVER_UB4_UB(src8, dst8, src9, dst9, src10, dst10, src11, dst11, dst8, dst9,
182 ST_UB4(dst8, dst
[all...]
H A Ddeblock_msa.c640 v16u8 dst7, dst8, dst_r_b, dst_l_b; local
694 dst8 = LD_UB(dst_tmp - (8 * pitch));
695 ILVRL_B2_UB(dst7, dst8, dst_r_b, dst_l_b);
714 dst8 = (v16u8)((rv2_1 + sum1_h + dst_l_h) >> 4);
715 tmp[row & 15] = (v16u8)__msa_pckev_b((v16i8)dst8, (v16i8)dst7);
H A Didct16x16_msa.c333 v16u8 dst8, dst9, dst10, dst11, dst12, dst13, dst14, dst15; local
402 dst8 = LD_UB(dst + 1 * dst_stride);
404 ILVR_B2_SH(zero, dst8, zero, dst9, res8, res9);
H A Dvpx_convolve8_avg_vert_msa.c357 v16u8 dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8; local
372 LD_UB8(dst, dst_stride, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8);
388 PCKEV_AVG_ST8x4_UB(tmp0, dst5, tmp1, dst6, tmp2, dst7, tmp3, dst8, dst,
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12extend.c200 static void memcpy_short_addr(uint8_t *dst8, const uint8_t *src8, int num) { argument
201 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8);
/external/skia/src/codec/
H A DSkSwizzler.cpp27 uint8_t* dst8 = (uint8_t*) dst; local
29 dst8[x] = *src;
57 uint8_t* dst8 = (uint8_t*) dst; local
59 memcpy(dst8, src, 6);
60 dst8 += 6;
/external/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp1061 uint16x8_t dst8, scale8, alpha8; local
1112 dst8 = vld1q_u16(dst);
1113 dst_b = vandq_u16(dst8, vdupq_n_u16(SK_B16_MASK));
1114 dst_g = vshrq_n_u16(vshlq_n_u16(dst8, SK_R16_BITS), SK_R16_BITS + SK_B16_BITS);
1115 dst_r = vshrq_n_u16(dst8, SK_R16_SHIFT); // clearing hi bits
1127 dst8 = vshrq_n_u16(dst_b, 5);
1128 dst8 = vsliq_n_u16(dst8, vshrq_n_u16(dst_g, 5), 5);
1129 dst8 = vsliq_n_u16(dst8, vshrq_n_u1
1190 uint16x8_t dst8; local
[all...]
/external/skia/tools/
H A Dsk_tool_utils.cpp597 uint8_t* dst8 = (uint8_t*)dst->getPixels(); local
608 dst8[x] = SkComputeLuminance((s >> 16) & 0xFF, (s >> 8) & 0xFF, s & 0xFF);
614 dst8[x] = SkComputeLuminance(s & 0xFF, (s >> 8) & 0xFF, (s >> 16) & 0xFF);
618 dst8 += dst->rowBytes();
/external/valgrind/VEX/priv/
H A Dguest_s390_toIR.c7224 IRTemp dst8 = newTemp(Ity_D64); local
7343 assign(dst8, binop(Iop_F128toD64, irrm, mkexpr(src8)));
7344 put_dpr_dw0(0, mkexpr(dst8)); /* put the result in FPR 0,2 */
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 302 milliseconds