Searched refs:res_last (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dsp/ |
D | cost_mips_dsp_r2.c | 31 const int res_last = res->last; in GetResidualCost_MIPSdspR2() local 74 [VP8LevelFixedCosts]"r"(VP8LevelFixedCosts), [res_last]"r"(res_last), in GetResidualCost_MIPSdspR2()
|
D | cost_mips32.c | 31 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/ |
D | highbd_convolve_avx2.c | 1029 __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, ®_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()
|