Home
last modified time | relevance | path

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

/external/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht16x16_add_neon.c415 int16_t row_output[16 * 16]; in vp9_highbd_iht16x16_256_add_neon() local
418 ht.rows(input, row_output, dest, stride, 1); // upper 8 rows in vp9_highbd_iht16x16_256_add_neon()
419 ht.rows(input + 8 * 16, row_output + 8, dest, stride, 1); // lower 8 rows in vp9_highbd_iht16x16_256_add_neon()
422 ht.cols(row_output, NULL, dest, stride, 1); // left 8 columns in vp9_highbd_iht16x16_256_add_neon()
423 ht.cols(row_output + 16 * 8, NULL, dest + 8, stride, 1); // right 8 columns in vp9_highbd_iht16x16_256_add_neon()
435 int32_t row_output[16 * 16]; in vp9_highbd_iht16x16_256_add_neon() local
438 ht.rows(input, row_output, dest, stride, bd); // upper 8 rows in vp9_highbd_iht16x16_256_add_neon()
439 ht.rows(input + 8 * 16, row_output + 8, dest, stride, bd); // lower 8 rows in vp9_highbd_iht16x16_256_add_neon()
442 ht.cols(row_output, NULL, dest, stride, bd); // left 8 columns in vp9_highbd_iht16x16_256_add_neon()
443 ht.cols(row_output + 8 * 16, NULL, dest + 8, stride, in vp9_highbd_iht16x16_256_add_neon()
Dvp9_iht16x16_add_neon.c270 int16_t row_output[16 * 16]; in vp9_iht16x16_256_add_neon() local
273 ht.rows(input, row_output, dest, stride, 0); // upper 8 rows in vp9_iht16x16_256_add_neon()
274 ht.rows(input + 8 * 16, row_output + 8, dest, stride, 0); // lower 8 rows in vp9_iht16x16_256_add_neon()
277 ht.cols(row_output, NULL, dest, stride, 0); // left 8 columns in vp9_iht16x16_256_add_neon()
278 ht.cols(row_output + 16 * 8, NULL, dest + 8, stride, 0); // right 8 columns in vp9_iht16x16_256_add_neon()