/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
isac_speed_test.cc | 66 const int subblocks = block_duration_ms_ / 10; local 72 for (int idx = 0; idx < subblocks; idx++, pointer += subblock_length) { 75 if (idx == subblocks - 1)
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
neteq_isac_quality_test.cc | 83 const int subblocks = kIsacBlockDurationMs / 10; local 88 for (int idx = 0; idx < subblocks; idx++, pointer += subblock_length) {
|
/external/libhevc/decoder/ |
ihevcd_parse_residual.c | 339 /* First WORD8 gives number of coded subblocks */ 342 /* Set number of coded subblocks in the current TU to zero */ 372 /* Divide the current transform to 4x4 subblocks and count number of 4x4 in the first row */ 444 /* Parse each 4x4 subblocks */ 487 /* Check if neighbor subblocks are coded */ 528 /* Note for these subblocks sig_coeff_map is not inferred but instead parsed */ 640 /* Increment number of coded subblocks for the current TU */ [all...] |
ihevcd_structs.h | 881 * Pointer to TU subblock coeff data and number of coded subblocks and scan idx 1258 * Pointer to TU subblock coeff data and number of subblocks and scan idx [all...] |
/external/webrtc/webrtc/common_audio/signal_processing/ |
resample.c | 41 // number of subblocks; options: 1, 2, 4, 5, 10 111 // number of subblocks; options: 1, 2, 4, 5, 10 174 // number of subblocks; options: 1, 2, 5, 10 245 // number of subblocks; options: 1, 2, 5, 10
|
/external/libavc/common/ |
ih264_structs.h | [all...] |
/external/llvm/include/llvm/ExecutionEngine/ |
SectionMemoryManager.h | 97 // PendingMem contains all blocks of memory (subblocks of AllocatedMem)
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
dlrr.cc | 65 if (sub_blocks_.empty()) // No subblocks, no need to write header either.
|
/external/libavc/encoder/ |
ih264e_core_coding.h | 532 * The traversal of 4x4 subblocks in the 16x16 macroblock is as per the scan order 561 * The traversal of 4x4 subblocks in the 16x16 macroblock is as per the scan order 591 * The traversal of 4x4 subblocks in the 8x8 macroblock is as per the scan order
|
ih264e_structs.h | 877 * subblocks data starts after the valid number of coefficients. Number [all...] |
ih264e_core_coding.c | [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
natconv.go | 348 // is made better by splitting the subblocks recursively. Best is to split blocks until one more 375 // split q into the two digit number (q'*bbb + r) to form independent subblocks 378 // convert subblocks and collect results in s[:h] and s[h:]
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
natconv.go | 345 // is made better by splitting the subblocks recursively. Best is to split blocks until one more 372 // split q into the two digit number (q'*bbb + r) to form independent subblocks 375 // convert subblocks and collect results in s[:h] and s[h:]
|
/prebuilts/go/darwin-x86/src/math/big/ |
natconv.go | 345 // is made better by splitting the subblocks recursively. Best is to split blocks until one more 372 // split q into the two digit number (q'*bbb + r) to form independent subblocks 375 // convert subblocks and collect results in s[:h] and s[h:]
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
natconv.go | 348 // is made better by splitting the subblocks recursively. Best is to split blocks until one more 375 // split q into the two digit number (q'*bbb + r) to form independent subblocks 378 // convert subblocks and collect results in s[:h] and s[h:]
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
natconv.go | 345 // is made better by splitting the subblocks recursively. Best is to split blocks until one more 372 // split q into the two digit number (q'*bbb + r) to form independent subblocks 375 // convert subblocks and collect results in s[:h] and s[h:]
|
/prebuilts/go/linux-x86/src/math/big/ |
natconv.go | 345 // is made better by splitting the subblocks recursively. Best is to split blocks until one more 372 // split q into the two digit number (q'*bbb + r) to form independent subblocks 375 // convert subblocks and collect results in s[:h] and s[h:]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast_tri_tmp.h | 65 * Evaluate a 16x16 block of pixels to determine which 4x4 subblocks are in/out
|
/external/libavc/decoder/ |
ih264d_parse_cavlc.c | [all...] |
ih264d_parse_cabac.c | [all...] |
ih264d_structs.h | 813 * Pointer to TU subblock coeff data and number of subblocks and scan idx [all...] |
/external/llvm/tools/llvm-bcanalyzer/ |
llvm-bcanalyzer.cpp | 721 outs() << " Tot/Avg SubBlocks: " << Stats.NumSubBlocks << "/" 728 outs() << " Num SubBlocks: " << Stats.NumSubBlocks << "\n";
|
/external/llvm/include/llvm/Bitcode/ |
LLVMBitCodes.h | 73 /// MODULE blocks have a number of optional fields and subblocks.
|
BitstreamReader.h | 287 /// subblocks. This just skips over them automatically.
|
/external/llvm/docs/ |
BitCodeFormat.rst | 187 which case they are only defined in that block (neither subblocks nor 305 this immediate block --- it is not visible in subblocks or enclosing blocks. [all...] |