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

  /external/libhevc/common/arm/
ihevc_weighted_pred_neon_intr.c 123 uint8x8_t sto_res; local
165 sto_res = vqmovn_u16(sto_res_tmp3);
170 vst1_lane_u32((uint32_t *)pu1_dst, vreinterpret_u32_u8(sto_res), 0);
173 sto_res = vqmovn_u16(sto_res_tmp3);
174 vst1_lane_u32((uint32_t *)pu1_dst_tmp, vreinterpret_u32_u8(sto_res), 0);
256 uint8x8_t sto_res; local
312 sto_res = vqmovn_u16(sto_res_tmp3);
317 vst1_lane_u32((uint32_t *)pu1_dst, vreinterpret_u32_u8(sto_res), 0);
320 sto_res = vqmovn_u16(sto_res_tmp3);
321 vst1_lane_u32((uint32_t *)pu1_dst_tmp, vreinterpret_u32_u8(sto_res), 0)
423 uint8x8_t sto_res; local
592 uint8x8_t sto_res; local
754 uint8x8_t sto_res; local
903 uint8x8_t sto_res; local
    [all...]
ihevc_intra_pred_filters_neon_intr.c 701 uint8x8_t sto_res; local
761 sto_res = vmovn_u16(sto_res_tmp);
762 vst1_u8(pu1_dst_tmp, sto_res);
846 sto_res = vmovn_u16(sto_res_tmp);
848 vst1_lane_u32((uint32_t *)pu1_dst, vreinterpret_u32_u8(sto_res), 0);
851 vst1_lane_u32((uint32_t *)pu1_dst_tmp, vreinterpret_u32_u8(sto_res), 1);
    [all...]

Completed in 65 milliseconds