Searched refs:row_5 (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/sqlite3/test/ |
D | factory.py | 184 row_5 = self.con.execute("select 2 as b, 1 as a").fetchone() 190 self.assertFalse(row_1 == row_5) 197 self.assertTrue(row_1 != row_5)
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 455 const uint8x16_t row_4, const uint8x16_t row_5, const uint8x16_t row_6, in d135_store_16x8() argument 467 vst1q_u8(*dst, row_5); in d135_store_16x8() 784 const uint8x16_t row_5 = vdupq_lane_u8(left, 5); in h_store_16x8() local 798 vst1q_u8(*dst, row_5); in h_store_16x8() 822 const uint8x16_t row_5 = vdupq_lane_u8(left, 5); in h_store_32x8() local 846 vst1q_u8(*dst, row_5); in h_store_32x8() 848 vst1q_u8(*dst, row_5); in h_store_32x8()
|
D | highbd_intrapred_neon.c | 658 uint16x8_t row_5 = vrhaddq_u16(avg_5, AL89abcdef); in vpx_highbd_d135_predictor_32x32_neon() local 691 row_4 = row_5; in vpx_highbd_d135_predictor_32x32_neon() 692 row_5 = row_6; in vpx_highbd_d135_predictor_32x32_neon()
|