Home
last modified time | relevance | path

Searched refs:row_3 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dintrapred_neon.c454 const uint8x16_t row_1, const uint8x16_t row_2, const uint8x16_t row_3, in d135_store_16x8() argument
463 vst1q_u8(*dst, row_3); in d135_store_16x8()
560 const uint8x16_t row_3 = vrhaddq_u8(avg_3, AR0123456789abcdef); in vpx_d135_predictor_32x32_neon() local
565 const uint8x16_t r_2 = vextq_u8(row_2, row_3, 15); in vpx_d135_predictor_32x32_neon()
572 const uint8x16_t r_2 = vextq_u8(row_2, row_3, 14); in vpx_d135_predictor_32x32_neon()
579 const uint8x16_t r_2 = vextq_u8(row_2, row_3, 13); in vpx_d135_predictor_32x32_neon()
586 const uint8x16_t r_2 = vextq_u8(row_2, row_3, 12); in vpx_d135_predictor_32x32_neon()
593 const uint8x16_t r_2 = vextq_u8(row_2, row_3, 11); in vpx_d135_predictor_32x32_neon()
600 const uint8x16_t r_2 = vextq_u8(row_2, row_3, 10); in vpx_d135_predictor_32x32_neon()
607 const uint8x16_t r_2 = vextq_u8(row_2, row_3, 9); in vpx_d135_predictor_32x32_neon()
[all …]
Dhighbd_intrapred_neon.c416 uint16x8_t row_3 = vrhaddq_u16(avg_3, A1_3); in vpx_highbd_d45_predictor_32x32_neon() local
427 vst1q_u16(dst, row_3); in vpx_highbd_d45_predictor_32x32_neon()
433 row_2 = vextq_u16(row_2, row_3, 1); in vpx_highbd_d45_predictor_32x32_neon()
434 row_3 = vextq_u16(row_3, above_right, 1); in vpx_highbd_d45_predictor_32x32_neon()
441 vst1q_u16(dst, row_3); in vpx_highbd_d45_predictor_32x32_neon()
564 const uint16x8_t row_3 = vrhaddq_u16(avg_3, A89abcdef); in vpx_highbd_d135_predictor_16x16_neon() local
567 const uint16x8_t r0_1 = vextq_u16(row_2, row_3, 7); in vpx_highbd_d135_predictor_16x16_neon()
569 const uint16x8_t r1_1 = vextq_u16(row_2, row_3, 6); in vpx_highbd_d135_predictor_16x16_neon()
571 const uint16x8_t r2_1 = vextq_u16(row_2, row_3, 5); in vpx_highbd_d135_predictor_16x16_neon()
573 const uint16x8_t r3_1 = vextq_u16(row_2, row_3, 4); in vpx_highbd_d135_predictor_16x16_neon()
[all …]
/external/python/cpython2/Lib/sqlite3/test/
Dfactory.py161 row_3 = self.con.execute("select 1 as a, 3 as b").fetchone()
165 self.assertTrue(row_2 != row_3)
169 self.assertFalse(row_2 == row_3)
173 self.assertNotEqual(row_1, row_3)
174 self.assertNotEqual(hash(row_1), hash(row_3))
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DREADME.md1438 Eigen::Tensor<int, 1> row_3 = a.chip(2, 0);
1447 cout << "row_3" << endl << row_3 << endl;
1449 row_3