Home
last modified time | relevance | path

Searched refs:CONVERT_TO_SHORTPTR (Results 1 – 25 of 28) sorted by relevance

12

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_variance_sse2.c96 uint16_t *src = CONVERT_TO_SHORTPTR(src8); \
97 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
105 uint16_t *src = CONVERT_TO_SHORTPTR(src8); \
106 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
116 uint16_t *src = CONVERT_TO_SHORTPTR(src8); \
117 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
134 uint16_t *src = CONVERT_TO_SHORTPTR(src8); \
135 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
146 uint16_t *src = CONVERT_TO_SHORTPTR(src8); \
147 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); \
[all …]
Dconvolve.h162 uint16_t *src = CONVERT_TO_SHORTPTR(src8); \
163 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8); \
Dinv_txfm_sse2.c3516 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct4x4_16_add_sse2()
3630 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct8x8_64_add_sse2()
3731 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct8x8_10_add_sse2()
3835 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct16x16_256_add_sse2()
3949 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct16x16_10_add_sse2()
/external/libvpx/libvpx/test/
Dvariance_test.cc96 diff = CONVERT_TO_SHORTPTR(ref)[w * y * ref_stride_coeff + x] - in variance_ref()
97 CONVERT_TO_SHORTPTR(src)[w * y * src_stride_coeff + x]; in variance_ref()
146 uint16_t *ref16 = CONVERT_TO_SHORTPTR(ref); in subpel_variance_ref()
147 uint16_t *src16 = CONVERT_TO_SHORTPTR(src); in subpel_variance_ref()
254 vpx_free(CONVERT_TO_SHORTPTR(src_)); in TearDown()
255 delete[] CONVERT_TO_SHORTPTR(ref_); in TearDown()
286 vpx_memset16(CONVERT_TO_SHORTPTR(src_), i << (bit_depth_ - 8), in ZeroTest()
295 vpx_memset16(CONVERT_TO_SHORTPTR(ref_), j << (bit_depth_ - 8), in ZeroTest()
317 CONVERT_TO_SHORTPTR(src_)[j] = rnd_.Rand16() && mask_; in RefTest()
318 CONVERT_TO_SHORTPTR(ref_)[j] = rnd_.Rand16() && mask_; in RefTest()
[all …]
Dsad_test.cc121 return CONVERT_TO_BYTEPTR(CONVERT_TO_SHORTPTR(reference_data_) + in GetReference()
135 CONVERT_TO_SHORTPTR(GetReference(block_idx)); in ReferenceSAD()
136 const uint16_t *const source16 = CONVERT_TO_SHORTPTR(source_data_); in ReferenceSAD()
164 CONVERT_TO_SHORTPTR(GetReference(block_idx)); in ReferenceSADavg()
165 const uint16_t *const source16 = CONVERT_TO_SHORTPTR(source_data_); in ReferenceSADavg()
166 const uint16_t *const second_pred16 = CONVERT_TO_SHORTPTR(second_pred_); in ReferenceSADavg()
191 uint16_t *data16 = CONVERT_TO_SHORTPTR(data); in FillConstant()
209 uint16_t *data16 = CONVERT_TO_SHORTPTR(data); in FillRandom()
Dconvolve_test.cc473 return CONVERT_TO_SHORTPTR(list)[index]; in lookup()
485 CONVERT_TO_SHORTPTR(list)[index] = val; in assign_val()
506 highbd_filter_average_block2d_8_c(CONVERT_TO_SHORTPTR(src_ptr), in wrapper_filter_average_block2d_8_c()
508 CONVERT_TO_SHORTPTR(dst_ptr), in wrapper_filter_average_block2d_8_c()
532 highbd_filter_block2d_8_c(CONVERT_TO_SHORTPTR(src_ptr), src_stride, in wrapper_filter_block2d_8_c()
534 CONVERT_TO_SHORTPTR(dst_ptr), dst_stride, in wrapper_filter_block2d_8_c()
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c392 vp9_highbd_post_proc_down_and_across(CONVERT_TO_SHORTPTR(source->y_buffer), in deblock_and_de_macro_block()
393 CONVERT_TO_SHORTPTR(post->y_buffer), in deblock_and_de_macro_block()
398 vp9_highbd_mbpost_proc_across_ip(CONVERT_TO_SHORTPTR(post->y_buffer), in deblock_and_de_macro_block()
402 vp9_highbd_mbpost_proc_down(CONVERT_TO_SHORTPTR(post->y_buffer), in deblock_and_de_macro_block()
406 vp9_highbd_post_proc_down_and_across(CONVERT_TO_SHORTPTR(source->u_buffer), in deblock_and_de_macro_block()
407 CONVERT_TO_SHORTPTR(post->u_buffer), in deblock_and_de_macro_block()
411 vp9_highbd_post_proc_down_and_across(CONVERT_TO_SHORTPTR(source->v_buffer), in deblock_and_de_macro_block()
412 CONVERT_TO_SHORTPTR(post->v_buffer), in deblock_and_de_macro_block()
473 vp9_highbd_post_proc_down_and_across(CONVERT_TO_SHORTPTR(srcs[i]), in vp9_deblock()
474 CONVERT_TO_SHORTPTR(dsts[i]), in vp9_deblock()
[all …]
Dvp9_idct.c217 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vp9_highbd_iht4x4_16_add_c()
257 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vp9_highbd_iht8x8_64_add_c()
292 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vp9_highbd_iht16x16_256_add_c()
Dvp9_reconintra.c126 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8); in build_intra_predictors_high()
127 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in build_intra_predictors_high()
Dvp9_loopfilter.c1260 highbd_filter_selectively_vert(CONVERT_TO_SHORTPTR(dst->buf), in vp9_filter_block_plane_non420()
1309 highbd_filter_selectively_horiz(CONVERT_TO_SHORTPTR(dst->buf), in vp9_filter_block_plane_non420()
1362 plane->subsampling_x, CONVERT_TO_SHORTPTR(dst->buf), dst->stride, in vp9_filter_block_plane_ss00()
1407 CONVERT_TO_SHORTPTR(dst->buf), dst->stride, mask_16x16_r, mask_8x8_r, in vp9_filter_block_plane_ss00()
1462 plane->subsampling_x, CONVERT_TO_SHORTPTR(dst->buf), dst->stride, in vp9_filter_block_plane_ss11()
1513 highbd_filter_selectively_horiz(CONVERT_TO_SHORTPTR(dst->buf), in vp9_filter_block_plane_ss11()
/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c346 uint16_t *src = CONVERT_TO_SHORTPTR(src8); in highbd_convolve_horiz()
347 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8); in highbd_convolve_horiz()
371 uint16_t *src = CONVERT_TO_SHORTPTR(src8); in highbd_convolve_avg_horiz()
372 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8); in highbd_convolve_avg_horiz()
397 uint16_t *src = CONVERT_TO_SHORTPTR(src8); in highbd_convolve_vert()
398 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8); in highbd_convolve_vert()
423 uint16_t *src = CONVERT_TO_SHORTPTR(src8); in highbd_convolve_avg_vert()
424 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8); in highbd_convolve_avg_vert()
575 uint16_t *src = CONVERT_TO_SHORTPTR(src8); in vpx_highbd_convolve_copy_c()
576 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8); in vpx_highbd_convolve_copy_c()
[all …]
Dsad.c63 uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); in highbd_avg_pred()
64 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in highbd_avg_pred()
185 const uint16_t *a = CONVERT_TO_SHORTPTR(a8); in highbd_sad()
186 const uint16_t *b = CONVERT_TO_SHORTPTR(b8); in highbd_sad()
202 const uint16_t *a = CONVERT_TO_SHORTPTR(a8); in highbd_sadb()
Dsubtract.c42 uint16_t *src = CONVERT_TO_SHORTPTR(src8); in vpx_highbd_subtract_block_c()
43 uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); in vpx_highbd_subtract_block_c()
Dvariance.c281 uint16_t *a = CONVERT_TO_SHORTPTR(a8); in highbd_variance64()
282 uint16_t *b = CONVERT_TO_SHORTPTR(b8); in highbd_variance64()
417 uint16_t *src_ptr = CONVERT_TO_SHORTPTR(src_ptr8); in highbd_var_filter_block2d_bil_first_pass()
609 uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); in vpx_highbd_comp_avg_pred()
610 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); in vpx_highbd_comp_avg_pred()
Dssim.c148 double v = highbd_ssim_8x8(CONVERT_TO_SHORTPTR(img1 + j), stride_img1, in vpx_highbd_ssim2()
149 CONVERT_TO_SHORTPTR(img2 + j), stride_img2, in vpx_highbd_ssim2()
Dinv_txfm.c1249 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_iwht4x4_16_add_c()
1301 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_iwht4x4_1_add_c()
1354 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct4x4_16_add_c()
1381 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct4x4_1_add_c()
1446 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct8x8_64_add_c()
1473 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct8x8_1_add_c()
1604 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct8x8_10_add_c()
1797 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct16x16_256_add_c()
1994 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct16x16_10_add_c()
2022 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct16x16_1_add_c()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_avg.c196 const uint16_t* s = CONVERT_TO_SHORTPTR(s8); in vp9_highbd_avg_8x8_c()
206 const uint16_t* s = CONVERT_TO_SHORTPTR(s8); in vp9_highbd_avg_4x4_c()
216 const uint16_t* s = CONVERT_TO_SHORTPTR(s8); in vp9_highbd_minmax_8x8_c()
217 const uint16_t* d = CONVERT_TO_SHORTPTR(d8); in vp9_highbd_minmax_8x8_c()
Dvp9_temporal_filter.c176 uint16_t *frame1 = CONVERT_TO_SHORTPTR(frame1_8); in vp9_highbd_temporal_filter_apply_c()
177 uint16_t *frame2 = CONVERT_TO_SHORTPTR(frame2_8); in vp9_highbd_temporal_filter_apply_c()
445 dst1_16 = CONVERT_TO_SHORTPTR(dst1); in temporal_filter_iterate_c()
465 dst1_16 = CONVERT_TO_SHORTPTR(dst1); in temporal_filter_iterate_c()
466 dst2_16 = CONVERT_TO_SHORTPTR(dst2); in temporal_filter_iterate_c()
Dvp9_aq_variance.c114 uint16_t *a = CONVERT_TO_SHORTPTR(a8); in aq_highbd_variance64()
115 uint16_t *b = CONVERT_TO_SHORTPTR(b8); in aq_highbd_variance64()
Dvp9_extend.c67 uint16_t *src = CONVERT_TO_SHORTPTR(src8); in highbd_copy_and_extend_plane()
68 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8); in highbd_copy_and_extend_plane()
Dvp9_resize.c820 highbd_resize_multistep(CONVERT_TO_SHORTPTR(input + in_stride * i), width, in vp9_highbd_resize_plane()
827 highbd_fill_arr_to_col(CONVERT_TO_SHORTPTR(output + i), out_stride, height2, in vp9_highbd_resize_plane()
Dvp9_encoder.c2134 uint16_t *a = CONVERT_TO_SHORTPTR(a8); in encoder_highbd_variance64()
2135 uint16_t *b = CONVERT_TO_SHORTPTR(b8); in encoder_highbd_variance64()
2209 const uint16_t *a = CONVERT_TO_SHORTPTR(a8); in highbd_get_sse_shift()
2210 const uint16_t *b = CONVERT_TO_SHORTPTR(b8); in highbd_get_sse_shift()
2480 uint16_t *src16 = CONVERT_TO_SHORTPTR(s->y_buffer); in vp9_write_yuv_rec_frame()
2487 src16 = CONVERT_TO_SHORTPTR(s->u_buffer); in vp9_write_yuv_rec_frame()
2495 src16 = CONVERT_TO_SHORTPTR(s->v_buffer); in vp9_write_yuv_rec_frame()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h64 img->planes[VPX_PLANE_Y] = (uint8_t*)CONVERT_TO_SHORTPTR(yv12->y_buffer); in yuvconfig2image()
65 img->planes[VPX_PLANE_U] = (uint8_t*)CONVERT_TO_SHORTPTR(yv12->u_buffer); in yuvconfig2image()
66 img->planes[VPX_PLANE_V] = (uint8_t*)CONVERT_TO_SHORTPTR(yv12->v_buffer); in yuvconfig2image()
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12extend.c70 uint16_t *src = CONVERT_TO_SHORTPTR(src8); in extend_plane_high()
215 uint16_t *dst = CONVERT_TO_SHORTPTR(dst8); in memcpy_short_addr()
216 uint16_t *src = CONVERT_TO_SHORTPTR(src8); in memcpy_short_addr()
308 const uint16_t *src16 = CONVERT_TO_SHORTPTR(src); in vpx_yv12_copy_y_c()
309 uint16_t *dst16 = CONVERT_TO_SHORTPTR(dst); in vpx_yv12_copy_y_c()
/external/libvpx/libvpx/vpx_ports/
Dmem.h49 #define CONVERT_TO_SHORTPTR(x) ((uint16_t*)(((uintptr_t)x) << 1)) macro

12