Searched defs:tempa (Results 1 - 5 of 5) sorted by relevance

/external/tcpdump/
H A Dparsenfsfh.c374 u_int32_t tempa[4]; /* at least 16 bytes, maybe more */ local
376 memset((char *)tempa, 0, sizeof(tempa));
377 memcpy((char *)tempa, (char *)fh, 14); /* ensure alignment */
378 fsidp->Fsid_dev.Minor = tempa[0] + (tempa[1]<<1);
379 fsidp->Fsid_dev.Major = tempa[2] + (tempa[3]<<1);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c646 ENTROPY_CONTEXT ta = *a, tempa = *a; local
675 tempa = ta;
678 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
691 *a = tempa;
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c647 ENTROPY_CONTEXT ta = *a, tempa = *a; local
676 tempa = ta;
679 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
692 *a = tempa;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c655 ENTROPY_CONTEXT ta[2], tempa[2]; local
685 vpx_memcpy(tempa, ta, sizeof(ta));
708 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
721 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
743 vpx_memcpy(a, tempa, sizeof(tempa));
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1061 ENTROPY_CONTEXT ta[2], tempa[2]; local
1091 vpx_memcpy(tempa, ta, sizeof(ta));
1114 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
1127 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
1149 vpx_memcpy(a, tempa, sizeof(tempa));

Completed in 152 milliseconds