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

  /external/libvpx/libvpx/test/
lpf_8_test.cc 226 uint16_t tmp_s[kNumCoeffs]; local
231 tmp_s[j] = rnd.Rand16();
237 tmp_s[j] = rnd.Rand16();
239 tmp_s[j] = (tmp_s[j - 1] + (*limit - 1));
241 tmp_s[j] = (tmp_s[j - 1] - (*limit - 1));
249 s[j] = tmp_s[j] & mask_;
251 s[j] = tmp_s[p * (j % p) + j / p] & mask_;
396 uint16_t tmp_s[kNumCoeffs] local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 591 uint8_t *tmp_s = NULL; local
603 tmp_s = MALLOC(width * sizeof *tmp_s);
612 if (tmp_s) {
613 src_format_desc->unpack_s_8uint(tmp_s, 0, src_row, src_stride, width, 1);
614 dst_format_desc->pack_s_8uint(dst_row, dst_stride, tmp_s, 0, width, 1);
621 if (tmp_s) {
622 FREE(tmp_s);
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp 28 AVCPictureData *tmp_s; local
126 tmp_s = video->RefPicList1[0];
128 video->RefPicList1[1] = tmp_s;
  /toolchain/binutils/binutils-2.25/binutils/
winduni.c 715 ICONV_CONST char *tmp_s = s; local
720 ret = iconv (cd, & tmp_s, & s_left, & tmp_d, & d_left);
724 *n_s = tmp_s;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c 518 Word32 tmp_s, tmp2_s; local
551 tmp_s = sfbOffset[sfb + 1] - i;
552 if ( tmp_s == 0 ) {
  /external/clang/test/CodeGen/
builtins-x86.c 38 signed short tmp_s; local

Completed in 342 milliseconds