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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_mips.c 27 int32_t coef1, coef2, coef3, coef4, coef5 = 0; local
41 "lwl %[coef2], 7(%[coefficient]) \n\t"
45 "lwr %[coef2], 4(%[coefficient]) \n\t"
52 : [coef1] "=&r" (coef1), [coef2] "=&r" (coef2), [coef3] "=&r" (coef3),
78 "dpa.w.ph $ac0, %[w2], %[coef2] \n\t"
127 [coef1] "r" (coef1), [coef2] "r" (coef2), [coef3] "r" (coef3),
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
hevc_utils.cpp 136 byte coef1=1, coef2=0, coef3=0; local
145 coef2 = buffer[pos++];
154 coef1 = coef2;
155 coef2 = coef3;
157 } while (coef1 || coef2 || coef3 != 1);
h264_utils.cpp 246 byte coef1, coef2, coef3; local
256 coef2 = buffer[pos++];
264 coef1 = coef2;
265 coef2 = coef3;
267 } while (coef1 || coef2 || coef3 != 1);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_dct_ssse3_x86_64.asm 50 %macro BUTTERFLY_4X 7 ; dst1, dst2, coef1, coef2, round, tmp1, tmp2