Searched refs:cb_l (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/ |
D | jccolext-neon.c | 139 uint16x8_t cb_l = vcombine_u16(vshrn_n_u32(cb_ll, 16), in jsimd_rgb_ycc_convert_neon() local 152 vst1q_u8(outptr1, vcombine_u8(vmovn_u16(cb_l), vmovn_u16(cb_h))); in jsimd_rgb_ycc_convert_neon() 238 uint16x8_t cb_l = vcombine_u16(vshrn_n_u32(cb_ll, 16), in jsimd_rgb_ycc_convert_neon() local 251 vst1q_u8(outptr1, vcombine_u8(vmovn_u16(cb_l), vmovn_u16(cb_h))); in jsimd_rgb_ycc_convert_neon() 280 uint32x4_t cb_l = scaled_128_5; in jsimd_rgb_ycc_convert_neon() local 281 cb_l = vmlsl_laneq_u16(cb_l, vget_low_u16(r), consts, 3); in jsimd_rgb_ycc_convert_neon() 282 cb_l = vmlsl_laneq_u16(cb_l, vget_low_u16(g), consts, 4); in jsimd_rgb_ycc_convert_neon() 283 cb_l = vmlal_laneq_u16(cb_l, vget_low_u16(b), consts, 5); in jsimd_rgb_ycc_convert_neon() 303 uint16x8_t cb_u16 = vcombine_u16(vshrn_n_u32(cb_l, 16), in jsimd_rgb_ycc_convert_neon()
|
/third_party/lame/libmp3lame/ |
D | util.h | 182 FLOAT cb_l[CBANDS]; /* ATH for long block convolution bands */ member
|
D | psymodel.c | 1470 vbrpsy_compute_MS_thresholds(const_eb, thr, gdl->mld_cb, gfc->ATH->cb_l, in L3psycho_anal_vbr() 1974 gfc->ATH->cb_l[i] = x; in psymodel_init()
|