Searched defs:left_values (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | intrapred_directional_neon.cc | 116 const uint8x8_t left_values = vld1_u8(top + top_base_x); in DirectionalZone1_WxH() local 128 uint8x8_t left_values, right_values; in DirectionalZone1_WxH() local 191 uint8x8_t left_values, right_values; in DirectionalZone1_WxH() local 266 const uint8x8_t left_values = vld1_u8(top + top_base_x + x); in DirectionalIntraPredictorZone1_NEON() local 443 const uint8x8_t left_values = vqmovun_s16(sampler); in DirectionalZone2FromLeftCol_WxH() local
|
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/ |
H A D | onedevice_train_palm_detection_filter_inference_beta.cc | 1171 const T* __restrict left_values, in OpNoBroadcast() 1194 const T* __restrict left_values, in OpInnerBroadcast() 1289 const T* __restrict left_values, in OpGenericBroadcast()
|
H A D | onedevice_train_palm_detection_filter_inference.cc | 1172 const T* __restrict left_values, in OpNoBroadcast() 1195 const T* __restrict left_values, in OpInnerBroadcast() 1290 const T* __restrict left_values, in OpGenericBroadcast()
|
H A D | onedevice_train_palm_detection_filter_inference_v2.cc | 1172 const T* __restrict left_values, in OpNoBroadcast() 1195 const T* __restrict left_values, in OpInnerBroadcast() 1290 const T* __restrict left_values, in OpGenericBroadcast()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 13948 const glw::GLdouble *left_values = (glw::GLdouble *)left; in compare() local 13970 const glw::GLint *left_values = (glw::GLint *)left; in compare() local 13991 const glw::GLuint *left_values = (glw::GLuint *)left; in compare() local
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | enc_sse2.c | 755 const __m128i left_values = _mm_loadl_epi64((const __m128i*)left); in DC8uv_SSE2() local
|