Home
last modified time | relevance | path

Searched refs:row_idct_output (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Didct16x16_add_neon.c713 int16_t row_idct_output[16 * 16]; in vpx_idct16x16_256_add_neon() local
717 vpx_idct16x16_256_add_half1d(input, row_idct_output, dest, stride, 0); in vpx_idct16x16_256_add_neon()
720 vpx_idct16x16_256_add_half1d(input + 8 * 16, row_idct_output + 8, dest, in vpx_idct16x16_256_add_neon()
725 vpx_idct16x16_256_add_half1d(row_idct_output, NULL, dest, stride, 0); in vpx_idct16x16_256_add_neon()
728 vpx_idct16x16_256_add_half1d(row_idct_output + 16 * 8, NULL, dest + 8, stride, in vpx_idct16x16_256_add_neon()
734 int16_t row_idct_output[16 * 16]; in vpx_idct16x16_38_add_neon() local
738 vpx_idct16x16_38_add_half1d(input, row_idct_output, dest, stride, 0); in vpx_idct16x16_38_add_neon()
742 vpx_idct16x16_38_add_half1d(row_idct_output, NULL, dest, stride, 0); in vpx_idct16x16_38_add_neon()
745 vpx_idct16x16_38_add_half1d(row_idct_output + 16 * 8, NULL, dest + 8, stride, in vpx_idct16x16_38_add_neon()
751 int16_t row_idct_output[4 * 16]; in vpx_idct16x16_10_add_neon() local
[all …]
Dhighbd_idct16x16_add_neon.c1198 int16_t row_idct_output[16 * 16]; in vpx_highbd_idct16x16_256_add_neon() local
1202 vpx_idct16x16_256_add_half1d(input, row_idct_output, dest, stride, 1); in vpx_highbd_idct16x16_256_add_neon()
1205 vpx_idct16x16_256_add_half1d(input + 8 * 16, row_idct_output + 8, dest, in vpx_highbd_idct16x16_256_add_neon()
1210 vpx_idct16x16_256_add_half1d(row_idct_output, NULL, dest, stride, 1); in vpx_highbd_idct16x16_256_add_neon()
1213 vpx_idct16x16_256_add_half1d(row_idct_output + 8 * 16, NULL, dest + 8, in vpx_highbd_idct16x16_256_add_neon()
1216 int32_t row_idct_output[16 * 16]; in vpx_highbd_idct16x16_256_add_neon() local
1220 vpx_highbd_idct16x16_256_add_half1d(input, row_idct_output, dest, stride, in vpx_highbd_idct16x16_256_add_neon()
1224 vpx_highbd_idct16x16_256_add_half1d(input + 8 * 16, row_idct_output + 8, in vpx_highbd_idct16x16_256_add_neon()
1229 vpx_highbd_idct16x16_256_add_half1d(row_idct_output, NULL, dest, stride, in vpx_highbd_idct16x16_256_add_neon()
1233 vpx_highbd_idct16x16_256_add_half1d(row_idct_output + 8 * 16, NULL, in vpx_highbd_idct16x16_256_add_neon()
[all …]