HomeSort by relevance Sort by last modified time
    Searched refs:row_4 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
intrapred_neon.c 455 const uint8x16_t row_4, const uint8x16_t row_5, const uint8x16_t row_6,
465 vst1q_u8(*dst, row_4);
785 const uint8x16_t row_4 = vdupq_lane_u8(left, 4); local
798 vst1q_u8(*dst, row_4);
823 const uint8x16_t row_4 = vdupq_lane_u8(left, 4); local
844 vst1q_u8(*dst, row_4);
846 vst1q_u8(*dst, row_4);
    [all...]
highbd_intrapred_neon.c 652 uint16x8_t row_4 = vrhaddq_u16(avg_4, AL01234567); local
688 row_3 = vextq_u16(row_3, row_4, 1);
689 row_4 = vextq_u16(row_4, row_4, 1);
691 row_4 = row_5;
    [all...]

Completed in 153 milliseconds