Home
last modified time | relevance | path

Searched refs:tempData (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Droqvideoenc.c432 RoqTempData *const tempData = &enc->tmp_data; in gather_data_for_subcel() local
464 tempData->codebooks.unpacked_cb4, in gather_data_for_subcel()
465 tempData->codebooks.numCB4, in gather_data_for_subcel()
477 … squared_diff_macroblock(tempData->codebooks.unpacked_cb2 + subcel->subCels[i]*2*2*3, mb2, 2); in gather_data_for_subcel()
497 RoqTempData *const tempData = &enc->tmp_data; in gather_data_for_cel() local
526 index_mb(mb8, tempData->codebooks.unpacked_cb4_enlarged, in gather_data_for_cel()
527 tempData->codebooks.numCB4, &cel->cbEntry, 8); in gather_data_for_cel()
553 tempData->used_option[cel->best_coding]++; in gather_data_for_cel()
554 tempData->mainChunkSize += bitsUsed[cel->best_coding]; in gather_data_for_cel()
557 tempData->codebooks.usedCB4[cel->cbEntry]++; in gather_data_for_cel()
[all …]
/third_party/skia/include/core/
DSkStringView.h136 const_pointer tempData = fData; in swap() local
138 other.fData = tempData; in swap()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
DFastVector.h340 pointer tempData = other.mData; in swap() local
345 if (tempData == other.mFixedStorage.data()) in swap()
348 mData = tempData; in swap()
/third_party/skia/third_party/externals/angle2/src/common/
DFastVector.h358 pointer tempData = other.mData; in swap() local
363 if (tempData == other.mFixedStorage.data()) in swap()
366 mData = tempData; in swap()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp1656 std::unique_ptr<char[]> tempData; in createVkImageForBackendSurface() local
1660 tempData.reset(new char[size]); in createVkImageForBackendSurface()
1661 GrFillInCompressedData(compressionType, w, h, tempData.get(), *color); in createVkImageForBackendSurface()
1662 srcData = tempData.get(); in createVkImageForBackendSurface()