Searched defs:cbw (Results 1 – 7 of 7) sorted by relevance
167 OPJ_UINT32 cbw = img->comps[1].w; in sycc420_to_rgb() local
322 struct command_block_wrapper cbw; in send_mass_storage_command() local
496 cbw // CHECK: cbtw label
3379 __m128i cbw = _mm_unpacklo_epi8(_mm_setzero_si128(), cb_biased); in stbi__YCbCr_to_RGB_simd() local3436 int16x8_t cbw = vshll_n_s8(cb_biased, 7); in stbi__YCbCr_to_RGB_simd() local
3423 __m128i cbw = _mm_unpacklo_epi8(_mm_setzero_si128(), cb_biased); in stbi__YCbCr_to_RGB_simd() local3480 int16x8_t cbw = vshll_n_s8(cb_biased, 7); in stbi__YCbCr_to_RGB_simd() local
2476 void AssemblerX8664::cbw() { in cbw() function in Ice::X8664::AssemblerX8664
2348 void AssemblerX8632::cbw() { in cbw() function in Ice::X8632::AssemblerX8632