/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/ |
H A D | idct_vca.cpp | 53 blk -= 8; in idctrow1() 58 *blk = 0; in idctrow1() 93 blk[0] = blk[8] = blk[16] = blk[24] = blk[32] = blk[40] = blk[48] = blk[56] = in idctcol1() 110 blk -= 8; in idctrow2() 165 x1 = blk[8]; in idctcol2() 200 blk -= 8; in idctrow3() 266 x2 = blk[16]; in idctcol3() 267 x1 = blk[8]; in idctcol3() 311 blk -= 8; in idctrow4() 381 x2 = blk[16]; in idctcol4() [all …]
|
H A D | block_idct.cpp | 536 blk -= 8; in idctrow() 547 blk[9] = 0; in idctrow() 663 … blk[0] = blk[1] = blk[2] = blk[3] = blk[4] = blk[5] = blk[6] = blk[7] = (blk[0] + 32) >> 6; in idctrow_intra() 834 int16 *blk in idctcol() argument 852 x2 = blk[48]; in idctcol() 853 x3 = blk[16]; in idctcol() 854 x4 = blk[8]; in idctcol() 855 x5 = blk[56]; in idctcol() 856 x6 = blk[40]; in idctcol() 857 x7 = blk[24]; in idctcol() [all …]
|
H A D | idct.h | 48 void idctrow0(int16 *blk, uint8 *pred, uint8 *dst, int width); 53 void idctcol0(int16 *blk); 54 void idctcol1(int16 *blk); 55 void idctcol2(int16 *blk); 56 void idctcol3(int16 *blk); 57 void idctcol4(int16 *blk); 59 void idctrow0_intra(int16 *blk, PIXEL *comp, int width); 60 void idctrow1_intra(int16 *blk, PIXEL *comp, int width); 61 void idctrow2_intra(int16 *blk, PIXEL *comp, int width); 62 void idctrow3_intra(int16 *blk, PIXEL *comp, int width); [all …]
|
H A D | idct.cpp | 151 r2 = blk[B_SIZE * 6 + i]; in idct_intra() 152 r3 = blk[B_SIZE * 2 + i]; in idct_intra() 153 r4 = blk[B_SIZE * 1 + i]; in idct_intra() 477 blk[0+(i<<3)] = a; in idct() 478 blk[1+(i<<3)] = a; in idct() 479 blk[2+(i<<3)] = a; in idct() 480 blk[3+(i<<3)] = a; in idct() 481 blk[4+(i<<3)] = a; in idct() 482 blk[5+(i<<3)] = a; in idct() 483 blk[6+(i<<3)] = a; in idct() [all …]
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | fastidct.cpp | 74 blk[0] = blk[8] = blk[16] = blk[24] = blk[32] = blk[40] = blk[48] = blk[56] = in idct_col1() 83 x1 = blk[8]; in idct_col2() 110 x1 = blk[8]; in idct_col3() 333 blk -= 8; in idct_row1Inter() 380 blk -= 8; in idct_row2Inter() 439 blk -= 8; in idct_row3Inter() 509 blk -= 8; in idct_row4Inter() 753 blk -= 8; in idct_rowInter() 852 blk -= 8; in idct_row1Intra() 875 blk -= 8; in idct_row2Intra() [all …]
|
H A D | dct.h | 51 void idct_col0(Short *blk); 52 void idct_col1(Short *blk); 53 void idct_col2(Short *blk); 54 void idct_col3(Short *blk); 55 void idct_col4(Short *blk); 56 void idct_col0x40(Short *blk); 57 void idct_col0x20(Short *blk); 58 void idct_col0x10(Short *blk); 61 void idct_row0Inter(Short *blk, UChar *rec, Int lx); 62 void idct_row1Inter(Short *blk, UChar *rec, Int lx); [all …]
|
H A D | sad_mb_offset.h | 42 blk -= 16; in sad_mb_offset3() 62 x12 = *((uint32*)(blk += 16)); in sad_mb_offset3() 63 x14 = *((uint32*)(blk + 4)); in sad_mb_offset3() 88 x12 = *((uint32*)(blk + 8)); in sad_mb_offset3() 89 x14 = *((uint32*)(blk + 12)); in sad_mb_offset3() 158 x14 = *((int32*)(blk + 12)); in sad_mb_offset3() 166 LDR x12, [blk, #8]; in sad_mb_offset3() 182 LDR x14, [blk, #4]; in sad_mb_offset3() 189 LDR x12, [blk], #16; in sad_mb_offset3() 261 : "r"(blk), "r"(shift), "r"(shift2)); in sad_mb_offset3() [all …]
|
H A D | sad_inline.h | 102 blk -= 16; in simd_sad_mb() 110 x12 = *((uint32*)(blk += 16)); in simd_sad_mb() 111 x14 = *((uint32*)(blk + 4)); in simd_sad_mb() 129 x12 = *((uint32*)(blk + 8)); in simd_sad_mb() 130 x14 = *((uint32*)(blk + 12)); in simd_sad_mb() 277 x14 = *((int32*)(blk + 12)); 278 x12 = *((int32*)(blk + 8)); 298 LDR x14, [blk, #4]; 299 LDR x12, [blk], #16 ; 467 x14 = *((int32*)(blk + 12)); [all …]
|
H A D | mp4enc_lib.h | 145 Int SAD_MB_HalfPel_Cyh(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 146 Int SAD_MB_HalfPel_Cxh(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 147 Int SAD_MB_HalfPel_MMX(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 148 Int SAD_MB_HalfPel_SSE(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 152 Int SAD_Macroblock_C(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 153 Int SAD_Macroblock_MMX(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 154 Int SAD_Macroblock_SSE(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 155 Int SAD_Block_C(UChar *ref, UChar *blk, Int dmin, Int lx, void *extra_info); 164 Int SAD_MB_HP_HTFMyh(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); 165 Int SAD_MB_HP_HTFMxh(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info); [all …]
|
H A D | sad_halfpel.cpp | 76 kk = blk; in HalfPel1_SAD_MB() 107 kk = blk; in HalfPel2_SAD_MB() 150 kk = blk; in HalfPel1_SAD_Blk() 181 kk = blk; in HalfPel2_SAD_Blk() 238 kk = blk; in SAD_MB_HalfPel_Cxhyh() 277 kk = blk; in SAD_MB_HalfPel_Cyh() 312 kk = blk; in SAD_MB_HalfPel_Cxh() 352 blk -= 4; in SAD_MB_HP_HTFM_Collectxhyh() 431 blk -= 4; in SAD_MB_HP_HTFM_Collectyh() 509 blk -= 4; in SAD_MB_HP_HTFM_Collectxh() [all …]
|
H A D | sad.cpp | 88 x10 = simd_sad_mb(ref, blk, dmin, lx); in SAD_Macroblock_C() 122 blk -= 4; in SAD_MB_HTFM_Collect() 126 cur_word = *((ULong*)(blk += 4)); in SAD_MB_HTFM_Collect() 141 cur_word = *((ULong*)(blk += 4)); in SAD_MB_HTFM_Collect() 156 cur_word = *((ULong*)(blk += 4)); in SAD_MB_HTFM_Collect() 171 cur_word = *((ULong*)(blk += 4)); in SAD_MB_HTFM_Collect() 225 blk -= 4; in SAD_MB_HTFM() 229 cur_word = *((ULong*)(blk += 4)); in SAD_MB_HTFM() 244 cur_word = *((ULong*)(blk += 4)); in SAD_MB_HTFM() 259 cur_word = *((ULong*)(blk += 4)); in SAD_MB_HTFM() [all …]
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | network-policy-restrictions.md | 29 | **DS** | *AL* | ok | blk | ok | ok | 30 | **ON** | *!AL* | blk | blk | blk | blk | 31 | | *DL* | blk | blk | blk | blk | 32 | **DS** | *AL* | blk | blk | ok | ok | 33 | **OFF** | *!AL* | blk | blk | ok | ok | 34 | | *DL* | blk | blk | blk | blk | 42 | **DS** | *AL* | ok | blk | ok | ok | 43 | **ON** | *!AL* | ok | blk | ok | ok | 44 | | *DL* | ok | blk | ok | ok | 45 | **DS** | *AL* | ok | blk | ok | ok | [all …]
|
/aosp12/system/core/trusty/storage/tests/ |
H A D | main.cpp | 619 ReadPatternEOF(handle, blk/2, blk, blk/2); in TEST_P() 781 ReadChunk(handle, off1 + blk/2, blk, 0, blk/2, blk/2); in WriteReadAtOffsetHelper() 786 ReadChunk(handle, off1 - blk/2, blk, blk/2, blk/2, 0); in WriteReadAtOffsetHelper() 1350 ReadChunk(handle, blk, blk, blk, 0, 0); in TEST_P() 1354 WritePattern(handle, blk, blk, blk, false); in TEST_P() 1358 ReadChunk(handle, blk, blk, 0, blk, 0); in TEST_P() 1366 ReadChunk(handle, blk, blk, blk, 0, 0); in TEST_P() 1785 ReadChunk(handle, blk, blk, blk, 0, 0); in TEST_P() 1788 ReadChunk(handle, 2 * blk, blk, blk, 0, 0); in TEST_P() 1800 ReadChunk(handle, blk, blk, 0, blk, 0); in TEST_P() [all …]
|
/aosp12/art/compiler/optimizing/ |
H A D | execution_subgraph.h | 64 HBasicBlock* blk = graph_->GetBlocks()[id]; in GetBlock() local 65 DCHECK(blk != nullptr); in GetBlock() 66 return blk; in GetBlock() 168 return blocks_.IsBitSet(blk->GetBlockId()); in ContainsBlock() 175 if (ContainsBlock(blk)) { in SucceedsBlock() 180 return blk->GetGraph()->PathBetween(blk->GetBlockId(), entry); in SucceedsBlock() 188 if (ContainsBlock(blk)) { in PrecedesBlock() 193 return blk->GetGraph()->PathBetween(exit, blk->GetBlockId()); in PrecedesBlock() 281 bool operator()(HBasicBlock* blk) const { in operator() 282 return subgraph_->ContainsBlock(blk); in operator() [all …]
|
H A D | execution_subgraph.cc | 117 auto push_block = [&](const HBasicBlock* blk) { in Prune() argument 128 cur_block = blk; in Prune() 224 if (blk != nullptr && in Prune() 225 results[blk->GetBlockId()].none() && in Prune() 226 blk != graph_->GetExitBlock() && in Prune() 227 blk != graph_->GetEntryBlock()) { in Prune() 246 if (blk == nullptr || unreachable_blocks_.IsBitSet(blk->GetBlockId())) { in RemoveConcavity() 249 uint32_t blkid = blk->GetBlockId(); in RemoveConcavity() 256 RemoveBlock(blk); in RemoveConcavity() 305 const auto& preds = blk->GetPredecessors(); in RecalculateExcludedCohort() [all …]
|
H A D | reference_type_propagation_test.cc | 325 single_value[blk] = phi_inst; in RunVisitListTest() 335 CHECK(single_value[blk]->IsPhi()) << blk->GetBlockId(); in RunVisitListTest() 336 blk->AddPhi(single_value[blk]->AsPhi()); in RunVisitListTest() 340 return single_value[blk]; in RunVisitListTest() 347 for (auto [blk, i] : single_value) { in RunVisitListTest() 348 if (blk == start) { in RunVisitListTest() 417 single_value[blk] = phi_inst; in RunVisitListTest() 424 blk->AddPhi(my_val->AsPhi()); in RunVisitListTest() 426 auto vals = MakeTransformRange(succ_blocks, [&](HBasicBlock* blk) { return single_value[blk]; }); in RunVisitListTest() argument 432 for (auto [blk, i] : single_value) { in RunVisitListTest() [all …]
|
H A D | block_namer.h | 32 virtual std::ostream& PrintName(std::ostream& os, HBasicBlock* blk) const; 33 NameWrapper GetName(HBasicBlock* blk) const { in GetName() 34 return NameWrapper{blk, *this}; in GetName() 38 inline std::ostream& operator<<(std::ostream& os, const BlockNamer::NameWrapper& blk) { 39 return blk.namer_.PrintName(os, blk.blk_);
|
H A D | load_store_elimination.cc | 3072 blk = helper_->FindDominatingNonMaterializationBlock(blk); in GetMaterialization() 3087 if (blk->IsExitBlock()) { in GenerateMaterializationValueFromPredecessors() 3218 [&](HBasicBlock* blk) { return helper_->IsMaterializationBlock(blk); })) { in CreateConstructorFences() argument 3310 HBasicBlock* blk = in CollectReplacements() local 3312 if (InEscapeCohort(blk)) { in CollectReplacements() 3358 blk->AddPhi(phi); in GenerateMaterializationValueFromPredecessorsDirect() 3386 if (blk == nullptr) { in GetOrCreateMaterializationBlock() 3388 GetGraph()->AddBlock(blk); in GetOrCreateMaterializationBlock() 3394 return blk; in GetOrCreateMaterializationBlock() 3432 return blk; in FindDominatingNonMaterializationBlock() [all …]
|
H A D | block_namer.cc | 23 std::ostream& BlockNamer::PrintName(std::ostream& os, HBasicBlock* blk) const { in PrintName() 25 if (blk != nullptr) { in PrintName() 26 os << blk->GetBlockId(); in PrintName()
|
H A D | optimizing_unit_test.h | 151 HBasicBlock* blk = new (alloc) HBasicBlock(graph_); in AdjacencyListGraph() local 152 graph_->AddBlock(blk); in AdjacencyListGraph() 153 return blk; in AdjacencyListGraph() 169 for (auto [name, blk] : name_to_block_) { in AdjacencyListGraph() 170 block_to_name_.Put(blk, name); in AdjacencyListGraph() 174 bool HasBlock(const HBasicBlock* blk) const { in HasBlock() argument 179 return block_to_name_.Get(blk); in GetName() 196 if (alg_.HasBlock(blk)) { in Dump() 197 return os << alg_.GetName(blk) << " (" << blk->GetBlockId() << ")"; in Dump() 698 vis.VisitBasicBlock(blk); [all …]
|
H A D | load_store_analysis.cc | 176 for (HBasicBlock* blk : graph->GetActiveBlocks()) { in CollectPartialEscapes() 177 if (blk->IsLoopHeader() && blk->GetLoopInformation()->IsIrreducible()) { in CollectPartialEscapes() 178 HandleEscape(blk); in CollectPartialEscapes()
|
/aosp12/system/bt/embdrv/sbc/decoder/srce/ |
H A D | synthesis-sbc.c | 279 OI_UINT blk; in OI_SBC_SynthFrame_80() local 287 for (blk = blkstart; blk < blkstop; blk++) { in OI_SBC_SynthFrame_80() 318 OI_UINT blk; in OI_SBC_SynthFrame_4SB() local 326 for (blk = blkstart; blk < blkstop; blk++) { in OI_SBC_SynthFrame_4SB() 358 OI_UINT blk; in OI_SBC_SynthFrame_Enhanced() local 366 for (blk = blkstart; blk < blkstop; blk++) { in OI_SBC_SynthFrame_Enhanced()
|
/aosp12/packages/apps/Gallery/src/com/android/camera/ |
H A D | GridViewSpecial.java | 799 blk.cancelRequest(col); in clearLoaderQueue() 836 ImageBlock blk = mCache.get(row); in tryToLoad() local 837 if (blk == null) { in tryToLoad() 839 blk = getEmptyBlock(); in tryToLoad() 840 blk.setRow(row); in tryToLoad() 841 blk.invalidate(); in tryToLoad() 842 mCache.put(row, blk); in tryToLoad() 844 return blk.loadImages(); in tryToLoad() 883 if (blk == null) return; in invalidateImage() 893 blk.recycle(); in recycle() [all …]
|
/aosp12/hardware/interfaces/tests/memory/1.0/default/ |
H A D | MemoryTest.cpp | 64 Return<void> Memory::haveSomeMemoryBlock(const MemoryBlock& blk, haveSomeMemoryBlock_cb _hidl_cb) { in haveSomeMemoryBlock() argument 65 _hidl_cb(blk); in haveSomeMemoryBlock()
|
/aosp12/hardware/interfaces/tests/memory/1.0/ |
H A D | IMemoryTest.hal | 25 haveSomeMemoryBlock(MemoryBlock blk) generates(MemoryBlock blk);
|