Home
last modified time | relevance | path

Searched defs:b_h (Results 1 – 8 of 8) sorted by relevance

/external/libjpeg-turbo/simd/arm/aarch64/
Djccolext-neon.c81 uint16x8_t b_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_BLUE])); in jsimd_rgb_ycc_convert_neon() local
180 uint16x8_t b_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_BLUE])); in jsimd_rgb_ycc_convert_neon() local
/external/libjpeg-turbo/simd/arm/
Djcgryext-neon.c74 uint16x8_t b_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_BLUE])); in jsimd_rgb_gray_convert_neon() local
Djdcolext-neon.c128 int16x8_t b_h = in jsimd_ycc_rgb_convert_neon() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c43 int b_w, int b_h, int b_d, in cs_prepare()
/external/libyuv/files/source/
Drow_lasx.cc65 #define YUVTORGB_D(in_y, in_uvl, in_uvh, ubvr, ugvg, yg, yb, b_l, b_h, g_l, \ argument
155 #define STOREARGB_D(a_l, a_h, r_l, r_h, g_l, g_h, b_l, b_h, pdst_argb) \ argument
351 __m256i y, uv_l, uv_h, b_l, b_h, g_l, g_h, r_l, r_h; in I422ToARGBRow_LASX() local
381 __m256i y, uv_l, uv_h, b_l, b_h, g_l, g_h, r_l, r_h; in I422ToRGBARow_LASX() local
413 __m256i y, uv_l, uv_h, b_l, b_h, g_l, g_h, r_l, r_h, a_l, a_h; in I422AlphaToARGBRow_LASX() local
458 __m256i y, uv_l, uv_h, b_l, b_h, g_l, g_h, r_l, r_h; in I422ToRGB24Row_LASX() local
503 __m256i y, uv_l, uv_h, b_l, b_h, g_l, g_h, r_l, r_h; in I422ToRGB565Row_LASX() local
556 __m256i y, uv_l, uv_h, b_l, b_h, g_l, g_h, r_l, r_h; in I422ToARGB4444Row_LASX() local
606 __m256i y, uv_l, uv_h, b_l, b_h, g_l, g_h, r_l, r_h; in I422ToARGB1555Row_LASX() local
/external/libvpx/vp9/decoder/
Dvp9_decodeframe.c457 int dst_stride, int x, int y, int b_w, int b_h, in build_mc_border()
495 int b_w, int b_h, int w, int h) { in high_build_mc_border()
534 int b_h, int frame_width, int frame_height, in extend_and_predict()
558 int b_h, int frame_width, int frame_height, in extend_and_predict()
686 const int b_h = y1 - y0 + 1; in dec_build_inter_predictors() local
/external/libaom/av1/decoder/
Ddecodeframe.c399 int b_w, int b_h, int w, int h) { in highbd_build_mc_border()
438 int y, int b_w, int b_h, int w, int h) { in build_mc_border()
523 const int b_h = block.y1 - block.y0; in extend_mc_border() local
/external/pffft/
Dsse2neon.h5211 int64x1_t b_h = vget_high_s64(vreinterpretq_s64_m128i(b)); in _mm_unpackhi_epi64() local