Searched refs:row_4 (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/sqlite3/test/ |
D | factory.py | 183 row_4 = self.con.execute("select 1 as b, 2 as a").fetchone() 189 self.assertFalse(row_1 == row_4) 196 self.assertTrue(row_1 != row_4)
|
/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 465 vst1q_u8(*dst, row_4); in d135_store_16x8() 783 const uint8x16_t row_4 = vdupq_lane_u8(left, 4); in h_store_16x8() local 796 vst1q_u8(*dst, row_4); in h_store_16x8() 821 const uint8x16_t row_4 = vdupq_lane_u8(left, 4); in h_store_32x8() local 842 vst1q_u8(*dst, row_4); in h_store_32x8() 844 vst1q_u8(*dst, row_4); in h_store_32x8()
|
D | highbd_intrapred_neon.c | 652 uint16x8_t row_4 = vrhaddq_u16(avg_4, AL01234567); in vpx_highbd_d135_predictor_32x32_neon() local 688 row_3 = vextq_u16(row_3, row_4, 1); in vpx_highbd_d135_predictor_32x32_neon() 689 row_4 = vextq_u16(row_4, row_4, 1); in vpx_highbd_d135_predictor_32x32_neon() 691 row_4 = row_5; in vpx_highbd_d135_predictor_32x32_neon()
|