Home
last modified time | relevance | path

Searched refs:v_dst_y (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dremap.cpp352 int32x4_t v_dst_index = vmlaq_s32(v_dst_x, v_dst_y, v_step4); in remapNearestNeighbor()
356v_dst_y = vmaxq_s32(v_zero4, vminq_s32(v_height4, vcvtq_s32_f32(v_table1.val[1]))); in remapNearestNeighbor()
357 v_dst_index = vmlaq_s32(v_dst_x, v_dst_y, v_step4); in remapNearestNeighbor()
367 int32x4_t v_dst_index = vmlaq_s32(v_dst_x, v_dst_y, v_step4); in remapNearestNeighbor()
377 int32x2_t v_dst_index = vmla_s32(v_dst_x, v_dst_y, v_step2); in remapNearestNeighbor()
422 int32x4_t v_dst_y = vcvtq_s32_f32(v_table0.val[1]); in remapNearestNeighbor() local
429 v_dst_y = vcvtq_s32_f32(v_table1.val[1]); in remapNearestNeighbor()
432 … v_dst_index = vbslq_s32(v_mask, vmlaq_s32(v_dst_x, v_dst_y, v_step4), v_m1_4); in remapNearestNeighbor()
441 int32x4_t v_dst_y = vcvtq_s32_f32(v_table0.val[1]); in remapNearestNeighbor() local
453 int32x2_t v_dst_y = vcvt_s32_f32(v_table0.val[1]); in remapNearestNeighbor() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/release/c/
H A Dwuffs-unsupported-snapshot.c8049 uint32_t v_dst_y; member
28136 uint32_t v_dst_y = 0; in wuffs_wbmp__decoder__decode_frame() local
28157 v_dst_y = self->private_data.s_decode_frame[0].v_dst_y; in wuffs_wbmp__decoder__decode_frame()
28206 while (v_dst_y < self->private_impl.f_height) { in wuffs_wbmp__decoder__decode_frame()
28207 v_dst = wuffs_base__table_u8__row(v_tab, v_dst_y); in wuffs_wbmp__decoder__decode_frame()
28215 v_dst = wuffs_base__table_u8__row(v_tab, v_dst_y); in wuffs_wbmp__decoder__decode_frame()
28236 v_dst_y += 1; in wuffs_wbmp__decoder__decode_frame()
28253 self->private_data.s_decode_frame[0].v_dst_y = v_dst_y; in wuffs_wbmp__decoder__decode_frame()
H A Dwuffs-v0.3.c8050 uint32_t v_dst_y; member
28137 uint32_t v_dst_y = 0; in wuffs_wbmp__decoder__decode_frame() local
28158 v_dst_y = self->private_data.s_decode_frame[0].v_dst_y; in wuffs_wbmp__decoder__decode_frame()
28207 while (v_dst_y < self->private_impl.f_height) { in wuffs_wbmp__decoder__decode_frame()
28208 v_dst = wuffs_base__table_u8__row(v_tab, v_dst_y); in wuffs_wbmp__decoder__decode_frame()
28216 v_dst = wuffs_base__table_u8__row(v_tab, v_dst_y); in wuffs_wbmp__decoder__decode_frame()
28237 v_dst_y += 1; in wuffs_wbmp__decoder__decode_frame()
28254 self->private_data.s_decode_frame[0].v_dst_y = v_dst_y; in wuffs_wbmp__decoder__decode_frame()