Home
last modified time | relevance | path

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

/aosp_15_r20/external/libyuv/source/
H A Dscale_rvv.cc656 const uint8_t* work_src_ptr = src_ptr; in ScaleRowUp2_Linear_RVV() local
665 v_src0 = __riscv_vle8_v_u8m4(work_src_ptr, vl); in ScaleRowUp2_Linear_RVV()
666 v_src1 = __riscv_vle8_v_u8m4(work_src_ptr + 1, vl); in ScaleRowUp2_Linear_RVV()
679 work_src_ptr += vl; in ScaleRowUp2_Linear_RVV()
911 const uint8_t* work_src_ptr = src_ptr; in ScaleUVRowUp2_Linear_RVV() local
921 v_uv0 = __riscv_vle8_v_u8m4(work_src_ptr, vl); in ScaleUVRowUp2_Linear_RVV()
922 v_uv1 = __riscv_vle8_v_u8m4(work_src_ptr + 2, vl); in ScaleUVRowUp2_Linear_RVV()
939 work_src_ptr += vl; in ScaleUVRowUp2_Linear_RVV()