Home
last modified time | relevance | path

Searched defs:last_width (Results 1 – 7 of 7) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_s8s32_dot_8x1VL/
Dgeneric.cpp41 const long last_width = N - (loops_count * get_vector_length<int32_t>()); in sve_smallK_hybrid_s8s32_dot_8x1VL() local
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_u8u32_dot_8x1VL/
Dgeneric.cpp41 const long last_width = N - (loops_count * get_vector_length<uint32_t>()); in sve_smallK_hybrid_u8u32_dot_8x1VL() local
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/sve_smallK_hybrid_fp32_mla_8x1VL/
Dgeneric.cpp41 const long last_width = N - (loops_count * get_vector_length<float>()); in sve_smallK_hybrid_fp32_mla_8x1VL() local
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp180 float last_width, in GenerateSpace()
1256 float last_width = nLastWidth * m_pPrevTextObj->GetFontSize() / 1000; in ProcessInsertObject() local
/external/libvpx/vp9/encoder/x86/
Dhighbd_temporal_filter_sse4.c362 last_width = block_width - blk_col_step; in vp9_highbd_apply_temporal_filter_luma() local
Dtemporal_filter_sse4.c455 last_width = block_width - blk_col_step; in vp9_apply_temporal_filter_luma() local
/external/libvpx/vp9/common/
Dvp9_onyxc_int.h107 int last_width; member