Searched defs:dst16 (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12extend.c295 uint16_t *dst16 = CONVERT_TO_SHORTPTR(dst); local
297 memcpy(dst16, src16, src_ybc->y_width * sizeof(uint16_t));
299 dst16 += dst_ybc->y_stride;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.c172 uint16_t *dst16 = (uint16_t *) dst; local
185 dst16 + dst_offset,
262 uint16_t *dst16 = (uint16_t *) dst; local
275 dst16 + dst_offset,
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_neon.h73 int16_t *dst16 = (int16_t *)xy; local
92 vst1q_s16(dst16, fx8);
97 dst16 += 8;
101 xy = (uint32_t *) dst16;
136 int16_t *dst16 = (int16_t *) xy; local
160 vst2q_s16(dst16, hi16);
168 dst16 += 16; // 8x32 aka 16x16
173 xy = (uint32_t *) dst16;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c640 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); local
643 vp9_highbd_idct32x32_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block],
647 vp9_highbd_idct16x16_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block],
651 vp9_highbd_idct8x8_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block],
658 x->highbd_itxm_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block],
804 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); local
820 vp9_highbd_idct32x32_add(dqcoeff, dst16, dst_stride, *eob, xd->bd);
840 vp9_highbd_iht16x16_add(tx_type, dqcoeff, dst16, dst_stride, *eob,
861 vp9_highbd_iht8x8_add(tx_type, dqcoeff, dst16, dst_stride, *eob,
886 x->highbd_itxm_add(dqcoeff, dst16, dst_strid
[all...]
H A Dvp9_rdopt.c1007 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); local
1029 vp9_highbd_iwht4x4_add(BLOCK_OFFSET(pd->dqcoeff, block), dst16,
1052 dst16, dst_stride, p->eobs[block], xd->bd);
/external/skia/src/codec/
H A DSkSwizzler.cpp37 uint16_t* dst16 = (uint16_t*) dst; local
39 dst16[x] = *((const uint16_t*) src);
588 uint16_t* dst16 = (uint16_t*) dst; local
590 dst16[x] = strip16to565(src);
/external/mesa3d/src/mesa/main/
H A Dtexstore.c1153 GLushort *dst16 = (GLushort *) dstRow; local
1155 GL_UNSIGNED_SHORT, dst16, depthScale,
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c192 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); local
194 vp9_highbd_iwht4x4_add(dqcoeff, dst16, stride, eob, xd->bd);
198 vp9_highbd_idct4x4_add(dqcoeff, dst16, stride, eob, xd->bd);
201 vp9_highbd_idct8x8_add(dqcoeff, dst16, stride, eob, xd->bd);
204 vp9_highbd_idct16x16_add(dqcoeff, dst16, stride, eob, xd->bd);
207 vp9_highbd_idct32x32_add(dqcoeff, dst16, stride, eob, xd->bd);
260 uint16_t *const dst16 = CONVERT_TO_SHORTPTR(dst); local
262 vp9_highbd_iwht4x4_add(dqcoeff, dst16, stride, eob, xd->bd);
266 vp9_highbd_iht4x4_add(tx_type, dqcoeff, dst16, stride, eob, xd->bd);
269 vp9_highbd_iht8x8_add(tx_type, dqcoeff, dst16, strid
[all...]
/external/valgrind/VEX/priv/
H A Dguest_s390_toIR.c7240 IRTemp dst16 = newTemp(Ity_F32); local
7407 assign(dst16, binop(Iop_D128toF32, irrm, mkexpr(src16)));
7408 put_fpr_w0(0, mkexpr(dst16)); /* put the result in FPR 0,2 */

Completed in 324 milliseconds