HomeSort by relevance Sort by last modified time
    Searched refs:res_last (Results 1 - 3 of 3) sorted by null

  /external/webp/src/dsp/
cost_mips_dsp_r2.c 31 const int res_last = res->last; local
44 "subu %[temp1], %[res_last], %[n] \n\t"
66 "bne %[n], %[res_last], 1b \n\t"
74 [VP8LevelFixedCosts]"r"(VP8LevelFixedCosts), [res_last]"r"(res_last),
cost_mips32.c 31 const int res_last = res->last; local
44 "subu %[temp1], %[res_last], %[n] \n\t"
71 "bne %[n], %[res_last], 1b \n\t"
79 [VP8LevelFixedCosts]"r"(VP8LevelFixedCosts), [res_last]"r"(res_last),
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_convolve_avx2.c 1029 __m256i res_reg, res_first, res_last; local
    [all...]

Completed in 1097 milliseconds