Searched refs:tempa (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 57 milliseconds