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

  /external/libvpx/libvpx/vpx_dsp/
psnr.c 126 int height, unsigned int input_shift) {
134 diff = (a[x] >> input_shift) - (b[x] >> input_shift);
215 const unsigned int input_shift = bit_depth - in_bit_depth; local
223 if (input_shift) {
225 b_strides[i], w, h, input_shift);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
merge.cc 227 int input_shift = 6 + log_fs_mult - local
229 input_shift = std::max(input_shift, 0);
232 input_shift);
235 if (input_shift > expanded_shift) {
236 energy_expanded = energy_expanded >> (input_shift - expanded_shift);
238 energy_input = energy_input >> (expanded_shift - input_shift);
  /external/libvpx/libvpx/
vpxenc.c 1877 int input_shift = 0; local
    [all...]

Completed in 298 milliseconds