Searched refs:CAST_TO_SHORTPTR (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct8x8_test.cc | 91 vpx_highbd_idct8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct8x8_10() 95 vpx_highbd_idct8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct8x8_12() 99 vp9_highbd_iht8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, tx_type, 10); in iht8x8_10() 103 vp9_highbd_iht8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, tx_type, 12); in iht8x8_12() 109 vpx_highbd_idct8x8_12_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct8x8_12_add_10_c() 113 vpx_highbd_idct8x8_12_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct8x8_12_add_12_c() 117 vpx_highbd_idct8x8_12_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 10); in idct8x8_12_add_10_sse2() 121 vpx_highbd_idct8x8_12_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 12); in idct8x8_12_add_12_sse2() 125 vpx_highbd_idct8x8_64_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 10); in idct8x8_64_add_10_sse2() 129 vpx_highbd_idct8x8_64_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 12); in idct8x8_64_add_12_sse2()
|
D | dct16x16_test.cc | 258 vpx_highbd_idct16x16_256_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct16x16_10() 262 vpx_highbd_idct16x16_256_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct16x16_12() 276 vp9_highbd_iht16x16_256_add_c(in, CAST_TO_SHORTPTR(out), stride, tx_type, 10); in iht16x16_10() 280 vp9_highbd_iht16x16_256_add_c(in, CAST_TO_SHORTPTR(out), stride, tx_type, 12); in iht16x16_12() 285 vpx_highbd_idct16x16_10_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct16x16_10_add_10_c() 289 vpx_highbd_idct16x16_10_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct16x16_10_add_12_c() 293 vpx_highbd_idct16x16_256_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 10); in idct16x16_256_add_10_sse2() 297 vpx_highbd_idct16x16_256_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 12); in idct16x16_256_add_12_sse2() 301 vpx_highbd_idct16x16_10_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 10); in idct16x16_10_add_10_sse2() 305 vpx_highbd_idct16x16_10_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 12); in idct16x16_10_add_12_sse2()
|
D | dct_test.cc | 88 vpx_highbd_idct##n##x##n##_##coeffs##_add_c(in, CAST_TO_SHORTPTR(out), \ 104 vp9_highbd_iht##n##x##n##_##coeffs##_add_c(in, CAST_TO_SHORTPTR(out), \ 116 vpx_highbd_iwht4x4_16_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in iwht4x4_10() 120 vpx_highbd_iwht4x4_16_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in iwht4x4_12()
|
D | convolve_test.cc | 304 highbd_filter_average_block2d_8_c(CAST_TO_SHORTPTR(src_ptr), src_stride, in wrapper_filter_average_block2d_8_c() 306 CAST_TO_SHORTPTR(dst_ptr), dst_stride, in wrapper_filter_average_block2d_8_c() 327 highbd_filter_block2d_8_c(CAST_TO_SHORTPTR(src_ptr), src_stride, hfilter, in wrapper_filter_block2d_8_c() 328 vfilter, CAST_TO_SHORTPTR(dst_ptr), dst_stride, in wrapper_filter_block2d_8_c() 501 return CAST_TO_SHORTPTR(list)[index]; in lookup() 513 CAST_TO_SHORTPTR(list)[index] = val; in assign_val()
|
D | dct32x32_test.cc | 74 vpx_highbd_idct32x32_1024_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct32x32_10() 78 vpx_highbd_idct32x32_1024_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct32x32_12()
|
D | partial_idct_test.cc | 50 fn(in, CAST_TO_SHORTPTR(out), stride, bd); in highbd_wrapper()
|
/external/libvpx/libvpx/vpx_ports/ |
D | mem.h | 44 #define CAST_TO_SHORTPTR(x) ((uint16_t *)((uintptr_t)(x))) macro
|
/external/libvpx/libvpx/tools/ |
D | tiny_ssim.c | 687 psnr = calc_plane_error16(CAST_TO_SHORTPTR(buf0), w, \ in main() 688 CAST_TO_SHORTPTR(buf1), w, w, h); \ in main()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_add_neon.c | 521 uint16_t *dst = CAST_TO_SHORTPTR(dest); in vpx_idct32_32_neon()
|