Home
last modified time | relevance | path

Searched refs:CAST_TO_SHORTPTR (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/test/
Dfdct8x8_test.cc92 vpx_highbd_idct8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct8x8_10()
96 vpx_highbd_idct8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct8x8_12()
100 vp9_highbd_iht8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, tx_type, 10); in iht8x8_10()
104 vp9_highbd_iht8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, tx_type, 12); in iht8x8_12()
110 vpx_highbd_idct8x8_12_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct8x8_12_add_10_c()
114 vpx_highbd_idct8x8_12_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct8x8_12_add_12_c()
118 vpx_highbd_idct8x8_12_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 10); in idct8x8_12_add_10_sse2()
122 vpx_highbd_idct8x8_12_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 12); in idct8x8_12_add_12_sse2()
126 vpx_highbd_idct8x8_64_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 10); in idct8x8_64_add_10_sse2()
130 vpx_highbd_idct8x8_64_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 12); in idct8x8_64_add_12_sse2()
Ddct16x16_test.cc258 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()
Ddct32x32_test.cc76 vpx_highbd_idct32x32_1024_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct32x32_10()
80 vpx_highbd_idct32x32_1024_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct32x32_12()
Dconvolve_test.cc308 highbd_filter_average_block2d_8_c(CAST_TO_SHORTPTR(src_ptr), src_stride, in wrapper_filter_average_block2d_8_c()
310 CAST_TO_SHORTPTR(dst_ptr), dst_stride, in wrapper_filter_average_block2d_8_c()
331 highbd_filter_block2d_8_c(CAST_TO_SHORTPTR(src_ptr), src_stride, hfilter, in wrapper_filter_block2d_8_c()
332 vfilter, CAST_TO_SHORTPTR(dst_ptr), dst_stride, in wrapper_filter_block2d_8_c()
507 return CAST_TO_SHORTPTR(list)[index]; in lookup()
519 CAST_TO_SHORTPTR(list)[index] = val; in assign_val()
Ddct_test.cc79 fn(in, CAST_TO_SHORTPTR(out), stride, bd); in highbd_idct_wrapper()
85 fn(in, CAST_TO_SHORTPTR(out), stride, tx_type, bd); in highbd_iht_wrapper()
Dpartial_idct_test.cc50 fn(in, CAST_TO_SHORTPTR(out), stride, bd); in highbd_wrapper()
/external/libvpx/libvpx/vpx_ports/
Dmem.h38 #define CAST_TO_SHORTPTR(x) ((uint16_t *)((uintptr_t)(x))) macro
/external/libvpx/libvpx/tools/
Dtiny_ssim.c437 psnr = calc_plane_error16(CAST_TO_SHORTPTR(buf0), w, \ in main()
438 CAST_TO_SHORTPTR(buf1), w, w, h); \ in main()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_add_neon.c521 uint16_t *dst = CAST_TO_SHORTPTR(dest); in vpx_idct32_32_neon()