Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Droqvideoenc.c435 RoqTempData *const tempData = &enc->tmp_data; in gather_data_for_subcel() local
467 tempData->codebooks.unpacked_cb4, in gather_data_for_subcel()
468 tempData->codebooks.numCB4, in gather_data_for_subcel()
480 squared_diff_macroblock(tempData->codebooks.unpacked_cb2 + subcel->subCels[i]*2*2*3, mb2, 2); in gather_data_for_subcel()
500 RoqTempData *const tempData = &enc->tmp_data; in gather_data_for_cel() local
529 index_mb(mb8, tempData->codebooks.unpacked_cb4_enlarged, in gather_data_for_cel()
530 tempData->codebooks.numCB4, &cel->cbEntry, 8); in gather_data_for_cel()
556 tempData->used_option[cel->best_coding]++; in gather_data_for_cel()
557 tempData->mainChunkSize += bitsUsed[cel->best_coding]; in gather_data_for_cel()
560 tempData in gather_data_for_cel()
575 RoqTempData *const tempData = &enc->tmp_data; remap_codebooks() local
609 RoqTempData *const tempData = &enc->tmp_data; write_codebooks() local
666 RoqTempData *const tempData = &enc->tmp_data; reconstruct_and_encode_image() local
893 RoqTempData *const tempData = &enc->tmp_data; roq_encode_video() local
[all...]
/third_party/skia/include/core/
H A DSkStringView.h138 const_pointer tempData = fData; in swap() local
140 other.fData = tempData; in swap()
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h358 pointer tempData = other.mData; in swap() local
363 if (tempData == other.mFixedStorage.data()) in swap()
366 mData = tempData; in swap()

Completed in 4 milliseconds