Home
last modified time | relevance | path

Searched refs:res_last (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dsp/
Dcost_mips_dsp_r2.c31 const int res_last = res->last; in GetResidualCost_MIPSdspR2() local
74 [VP8LevelFixedCosts]"r"(VP8LevelFixedCosts), [res_last]"r"(res_last), in GetResidualCost_MIPSdspR2()
Dcost_mips32.c31 const int res_last = res->last; in GetResidualCost_MIPS32() local
79 [VP8LevelFixedCosts]"r"(VP8LevelFixedCosts), [res_last]"r"(res_last), in GetResidualCost_MIPS32()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_convolve_avx2.c1029 __m256i res_reg, res_first, res_last; in vpx_highbd_filter_block1d8_h4_avx2() local
1073 res_last = mm256_madd_add_epi32(&src_reg_shift_0, &src_reg_shift_2, in vpx_highbd_filter_block1d8_h4_avx2()
1078 res_last = mm256_round_epi32(&res_last, &reg_round, CONV8_ROUNDING_BITS); in vpx_highbd_filter_block1d8_h4_avx2()
1081 res_reg = _mm256_packus_epi32(res_first, res_last); in vpx_highbd_filter_block1d8_h4_avx2()