Searched refs:nextScale (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_dec_h264_common.c162 unsigned lastScale = 8, nextScale = 8; local in function:scaling_list
176 if (nextScale != 0) {
178 nextScale = (lastScale + delta_scale + 256) % 256;
179 if (i == 0 && nextScale == 0) {
184 scalingList[list[i]] = nextScale == 0 ? lastScale : nextScale;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.c162 unsigned lastScale = 8, nextScale = 8; local in function:scaling_list
176 if (nextScale != 0) {
178 nextScale = (lastScale + delta_scale + 256) % 256;
179 if (i == 0 && nextScale == 0) {
184 scalingList[list[i]] = nextScale == 0 ? lastScale : nextScale;
/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dvcn_tests.c1046 uint32_t lastScale = 8, nextScale = 8; local in function:scaling_list
1051 if (nextScale != 0) {
1053 nextScale = (lastScale + deltaScale + 256) % 256;
1055 if (nextScale == 0) {
1058 lastScale = nextScale;

Completed in 8 milliseconds