Searched refs:offset2 (Results 1 – 8 of 8) sorted by relevance
90 int offset, offset2; in GetPredAdvancedBy0x0() local97 offset2 = (pred_width_rnd >> 1) - 4; /* offset for pred_block */ in GetPredAdvancedBy0x0()100 pred_block -= offset2; /* preset */ in GetPredAdvancedBy0x0()106 *((uint32*)(pred_block += offset2)) = *((uint32*)prev); in GetPredAdvancedBy0x0()122 *((uint32*)(pred_block += offset2)) = pred_word; in GetPredAdvancedBy0x0()144 *((uint32*)(pred_block += offset2)) = pred_word; in GetPredAdvancedBy0x0()167 *((uint32*)(pred_block += offset2)) = pred_word; in GetPredAdvancedBy0x0()190 int offset, offset2; in GetPredAdvancedBy0x1() local199 offset2 = (pred_width_rnd >> 1) - 4; /* offset of pred_block */ in GetPredAdvancedBy0x1()204 pred_block -= offset2; /* preset */ in GetPredAdvancedBy0x1()[all …]
612 int *offset, *offset2; in InitHTFM() local635 offset2 = htfm_stat->offsetRef; in InitHTFM()647 offset2 = encvid->nrmlz_th + 32; in InitHTFM()667 offset2[0] = 0; in InitHTFM()668 offset2[1] = rx2 + 2; in InitHTFM()669 offset2[2] = 2; in InitHTFM()670 offset2[3] = rx2; in InitHTFM()671 offset2[4] = rx + 1; in InitHTFM()672 offset2[5] = rx3 + 3; in InitHTFM()673 offset2[6] = rx + 3; in InitHTFM()[all …]
242 float offset2 = numbersRadius * ((float) Math.sqrt(3)) / 2f; in calculateGridSizes() local251 textGridHeights[1] = yCenter - offset2; in calculateGridSizes()252 textGridWidths[1] = xCenter - offset2; in calculateGridSizes()259 textGridHeights[5] = yCenter + offset2; in calculateGridSizes()260 textGridWidths[5] = xCenter + offset2; in calculateGridSizes()
544 Int *offset, *offset2; in InitHTFM() local567 offset2 = htfm_stat->offsetRef; in InitHTFM()579 offset2 = video->nrmlz_th + 32; in InitHTFM()599 offset2[0] = 0; in InitHTFM()600 offset2[1] = rx2 + 2; in InitHTFM()601 offset2[2] = 2; in InitHTFM()602 offset2[3] = rx2; in InitHTFM()603 offset2[4] = rx + 1; in InitHTFM()604 offset2[5] = rx3 + 3; in InitHTFM()605 offset2[6] = rx + 3; in InitHTFM()[all …]
1214 Int offset2; in Block1x1DCTwSub() local1216 offset2 = width - 8; in Block1x1DCTwSub()1228 cur += offset2; in Block1x1DCTwSub()
832 uint64_t offset2 = mRequest.getParameter(3); in doGetPartialObject() local833 offset = offset | (offset2 << 32); in doGetPartialObject()1179 uint64_t offset2 = mRequest.getParameter(3); in doSendPartialObject() local1180 offset = offset | (offset2 << 32); in doSendPartialObject()1254 uint64_t offset2 = mRequest.getParameter(3); in doTruncateObject() local1255 offset |= (offset2 << 32); in doTruncateObject()
934 final float offset2 = numbersRadius * COSINE_30_DEGREES; in calculateGridSizes() local944 textGridHeights[1] = yCenter - offset2; in calculateGridSizes()945 textGridWidths[1] = xCenter - offset2; in calculateGridSizes()952 textGridHeights[5] = yCenter + offset2; in calculateGridSizes()953 textGridWidths[5] = xCenter + offset2; in calculateGridSizes()
2226 final long offset2 = offset; in addTimedTextSource() local2238 Libcore.os.lseek(fd3, offset2, OsConstants.SEEK_SET); in addTimedTextSource()