/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | ContractionsAndExpansions.java | 46 void handleExpansion(long ces[], int start, int length); in handleExpansion() argument 80 private void enumCnERange(int start, int end, int ce32, ContractionsAndExpansions cne) { in enumCnERange() argument 89 cne.tailored.add(start, end); in enumCnERange() 92 } else if (start == end) { in enumCnERange() 93 if (cne.tailored.contains(start)) { in enumCnERange() 96 } else if (cne.tailored.containsSome(start, end)) { in enumCnERange() 100 cne.ranges.set(start, end).removeAll(cne.tailored); in enumCnERange() 106 cne.handleCE32(start, end, ce32); in enumCnERange() 119 private void handleCE32(int start, int end, int ce32) { in handleCE32() argument 157 addExpansions(start, en in handleCE32() 234 handlePrefixes(int start, int end, int ce32) handlePrefixes() argument 254 handleContractions(int start, int end, int ce32) handleContractions() argument 279 addExpansions(int start, int end) addExpansions() argument 289 addStrings(int start, int end, UnicodeSet set) addStrings() argument [all...] |
/kernel/linux/linux-5.10/fs/btrfs/tests/ |
H A D | extent-map-tests.c | 26 "em leak: em (start 0x%llx len 0x%llx block_start 0x%llx block_len 0x%llx) refs %d", in free_extent_map_tree() 27 em->start, em->len, em->block_start, in free_extent_map_tree() 57 u64 start = 0; in test_case_1() local 68 em->start = 0; in test_case_1() 89 em->start = SZ_16K; in test_case_1() 110 em->start = start; in test_case_1() 112 em->block_start = start; in test_case_1() 115 ret = btrfs_add_extent_mapping(fs_info, em_tree, &em, em->start, em->len); in test_case_1() 118 test_err("case1 [%llu %llu]: ret %d", start, star in test_case_1() 225 __test_case_3(struct btrfs_fs_info *fs_info, struct extent_map_tree *em_tree, u64 start) __test_case_3() argument 324 __test_case_4(struct btrfs_fs_info *fs_info, struct extent_map_tree *em_tree, u64 start) __test_case_4() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 20 static noinline int process_page_range(struct inode *inode, u64 start, u64 end, in process_page_range() argument 25 unsigned long index = start >> PAGE_SHIFT; in process_page_range() 52 "stuck in a loop, start %llu, end %llu, ret %d\n", in process_page_range() 53 start, end, ret); in process_page_range() 102 test_msg(" start=%llu len=%llu flags=%s", state->start, in dump_extent_io_tree() 103 state->end + 1 - state->start, flags_str); in dump_extent_io_tree() 118 u64 start, end, test_start; in test_find_delalloc() local 163 start = 0; in test_find_delalloc() 164 end = start in test_find_delalloc() 543 u64 start, end; test_find_first_clear_extent_bit() local [all...] |
/third_party/rust/crates/memchr/bench/src/memchr/ |
H A D | imp.rs | 11 let mut start = 0; in memchr1_libc_count() variables 12 while let Some(i) = c::memchr(b1, &haystack[start..]) { in memchr1_libc_count() 14 start += i + 1; in memchr1_libc_count() 21 let mut start = 0; in fallback1_count() variables 22 while let Some(i) = fallback::memchr(b1, &haystack[start..]) { in fallback1_count() 24 start += i + 1; in fallback1_count() 31 let mut start = 0; in naive1_count() variables 32 while let Some(i) = naive::memchr(b1, &haystack[start..]) { in naive1_count() 34 start += i + 1; in naive1_count() 45 let mut start in fallback2_count() variables 55 let mut start = 0; naive2_count() variables 69 let mut start = 0; fallback3_count() variables 79 let mut start = 0; naive3_count() variables [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_er_ssdp.c | 26 char buf[MULTICAST_MAX_READ], *pos, *pos2, *start; in wps_er_ssdp_rx() local 59 for (start = buf; start && *start; start = pos) { in wps_er_ssdp_rx() 60 pos = os_strchr(start, '\n'); in wps_er_ssdp_rx() 66 if (os_strstr(start, "schemas-wifialliance-org:device:" in wps_er_ssdp_rx() 69 if (os_strstr(start, "schemas-wifialliance-org:service:" in wps_er_ssdp_rx() 72 if (os_strncasecmp(start, "LOCATION:", 9) == 0) { in wps_er_ssdp_rx() 73 start in wps_er_ssdp_rx() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_er_ssdp.c | 26 char buf[MULTICAST_MAX_READ], *pos, *pos2, *start; in wps_er_ssdp_rx() local 59 for (start = buf; start && *start; start = pos) { in wps_er_ssdp_rx() 60 pos = os_strchr(start, '\n'); in wps_er_ssdp_rx() 66 if (os_strstr(start, "schemas-wifialliance-org:device:" in wps_er_ssdp_rx() 69 if (os_strstr(start, "schemas-wifialliance-org:service:" in wps_er_ssdp_rx() 72 if (os_strncasecmp(start, "LOCATION:", 9) == 0) { in wps_er_ssdp_rx() 73 start in wps_er_ssdp_rx() [all...] |
/drivers/hdf_core/framework/utils/include/ |
H A D | hcs_blob_if.h | 48 static inline uint8_t HcsByteCodeToUint8(const char *start) in HcsByteCodeToUint8() argument 50 return *(uint8_t *)(start); in HcsByteCodeToUint8() 53 static inline uint16_t HcsByteCodeToUint16(const char *start) in HcsByteCodeToUint16() argument 55 return *(uint16_t *)(start); in HcsByteCodeToUint16() 58 static inline uint32_t HcsByteCodeToUint32(const char *start) in HcsByteCodeToUint32() argument 60 return *(uint32_t *)(start); in HcsByteCodeToUint32() 63 static inline uint64_t HcsByteCodeToUint64(const char *start) in HcsByteCodeToUint64() argument 65 return *(uint64_t *)(start); in HcsByteCodeToUint64() 68 static inline uint32_t HcsGetPrefix(const char *start) in HcsGetPrefix() argument 70 return HcsIsByteAlign() ? HcsByteCodeToUint32(start) in HcsGetPrefix() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | svghelper.h | 9 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end); 10 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); 11 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); 12 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); 13 void svg_box(int Yslot, u64 start, u64 end, const char *type); 14 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 15 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 16 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 20 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace); 21 void svg_cstate(int cpu, u64 start, u6 [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | svghelper.h | 9 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end); 10 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); 11 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); 12 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); 13 void svg_box(int Yslot, u64 start, u64 end, const char *type); 14 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 15 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 16 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 20 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace); 21 void svg_cstate(int cpu, u64 start, u6 [all...] |
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | vmem.c | 98 static void vmemmap_mark_sub_pmd_used(unsigned long start, unsigned long end) in vmemmap_mark_sub_pmd_used() argument 106 memset((void *)start, 0, sizeof(struct page)); in vmemmap_mark_sub_pmd_used() 109 static void vmemmap_use_sub_pmd(unsigned long start, unsigned long end) in vmemmap_use_sub_pmd() argument 115 if (unused_sub_pmd_start == start) { in vmemmap_use_sub_pmd() 122 vmemmap_mark_sub_pmd_used(start, end); in vmemmap_use_sub_pmd() 125 static void vmemmap_use_new_sub_pmd(unsigned long start, unsigned long end) in vmemmap_use_new_sub_pmd() argument 127 unsigned long page = ALIGN_DOWN(start, PMD_SIZE); in vmemmap_use_new_sub_pmd() 132 vmemmap_mark_sub_pmd_used(start, end); in vmemmap_use_new_sub_pmd() 135 if (!IS_ALIGNED(start, PMD_SIZE)) in vmemmap_use_new_sub_pmd() 136 memset((void *)page, PAGE_UNUSED, start in vmemmap_use_new_sub_pmd() 147 vmemmap_unuse_sub_pmd(unsigned long start, unsigned long end) vmemmap_unuse_sub_pmd() argument 198 try_free_pte_table(pmd_t *pmd, unsigned long start) try_free_pte_table() argument 295 try_free_pmd_table(pud_t *pud, unsigned long start) try_free_pmd_table() argument 362 try_free_pud_table(p4d_t *p4d, unsigned long start) try_free_pud_table() argument 407 try_free_p4d_table(pgd_t *pgd, unsigned long start) try_free_p4d_table() argument 421 modify_pagetable(unsigned long start, unsigned long end, bool add, bool direct) modify_pagetable() argument 460 add_pagetable(unsigned long start, unsigned long end, bool direct) add_pagetable() argument 465 remove_pagetable(unsigned long start, unsigned long end, bool direct) remove_pagetable() argument 473 vmem_add_range(unsigned long start, unsigned long size) vmem_add_range() argument 482 vmem_remove_range(unsigned long start, unsigned long size) vmem_remove_range() argument 491 vmemmap_populate(unsigned long start, unsigned long end, int node, struct vmem_altmap *altmap) vmemmap_populate() argument 505 vmemmap_free(unsigned long start, unsigned long end, struct vmem_altmap *altmap) vmemmap_free() argument 513 vmem_remove_mapping(unsigned long start, unsigned long size) vmem_remove_mapping() argument 529 vmem_add_mapping(unsigned long start, unsigned long size) vmem_add_mapping() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | init_64.c | 68 * represents the start of the subsection it is within. Note that we have to 77 /* Return the pfn of the start of the section. */ in vmemmap_subsection_start() 96 struct page *start; in vmemmap_populated() local 98 start = vmemmap_subsection_start(vmemmap_addr); in vmemmap_populated() 100 for (; (unsigned long)start < vmemmap_end; start += PAGES_PER_SUBSECTION) in vmemmap_populated() 106 if (pfn_valid(page_to_pfn(start))) in vmemmap_populated() 166 unsigned long start, in vmemmap_list_populate() 178 vmem_back->virt_addr = start; in vmemmap_list_populate() 185 static bool altmap_cross_boundary(struct vmem_altmap *altmap, unsigned long start, in altmap_cross_boundary() argument 165 vmemmap_list_populate(unsigned long phys, unsigned long start, int node) vmemmap_list_populate() argument 200 vmemmap_populate(unsigned long start, unsigned long end, int node, struct vmem_altmap *altmap) vmemmap_populate() argument 275 vmemmap_list_free(unsigned long start) vmemmap_list_free() argument 305 vmemmap_free(unsigned long start, unsigned long end, struct vmem_altmap *altmap) vmemmap_free() argument [all...] |
/kernel/linux/linux-5.10/arch/c6x/platforms/ |
H A D | cache.c | 129 static void cache_block_operation(unsigned int *start, in cache_block_operation() argument 137 - L2_CACHE_ALIGN_LOW((unsigned int) start)) >> 2; in cache_block_operation() 140 for (; wcnt; wcnt -= wc, start += wc) { in cache_block_operation() 157 imcr_set(bar_reg, L2_CACHE_ALIGN_LOW((unsigned int) start)); in cache_block_operation() 174 static void cache_block_operation_nowait(unsigned int *start, in cache_block_operation_nowait() argument 182 - L2_CACHE_ALIGN_LOW((unsigned int) start)) >> 2; in cache_block_operation_nowait() 185 for (; wcnt; wcnt -= wc, start += wc) { in cache_block_operation_nowait() 189 imcr_set(bar_reg, L2_CACHE_ALIGN_LOW((unsigned int) start)); in cache_block_operation_nowait() 322 void enable_caching(unsigned long start, unsigned long end) in enable_caching() argument 324 unsigned int mar = IMCR_MAR_BASE + ((start >> 2 in enable_caching() 331 disable_caching(unsigned long start, unsigned long end) disable_caching() argument 344 L1P_cache_block_invalidate(unsigned int start, unsigned int end) L1P_cache_block_invalidate() argument 352 L1D_cache_block_invalidate(unsigned int start, unsigned int end) L1D_cache_block_invalidate() argument 359 L1D_cache_block_writeback_invalidate(unsigned int start, unsigned int end) L1D_cache_block_writeback_invalidate() argument 366 L1D_cache_block_writeback(unsigned int start, unsigned int end) L1D_cache_block_writeback() argument 377 L2_cache_block_invalidate(unsigned int start, unsigned int end) L2_cache_block_invalidate() argument 384 L2_cache_block_writeback(unsigned int start, unsigned int end) L2_cache_block_writeback() argument 391 L2_cache_block_writeback_invalidate(unsigned int start, unsigned int end) L2_cache_block_writeback_invalidate() argument 398 L2_cache_block_invalidate_nowait(unsigned int start, unsigned int end) L2_cache_block_invalidate_nowait() argument 405 L2_cache_block_writeback_nowait(unsigned int start, unsigned int end) L2_cache_block_writeback_nowait() argument 412 L2_cache_block_writeback_invalidate_nowait(unsigned int start, unsigned int end) L2_cache_block_writeback_invalidate_nowait() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | BMPSet.java | 130 * @param start The start index 138 public final int span(CharSequence s, int start, SpanCondition spanCondition, in span() argument 141 int i = start; in span() 224 int spanLength = i - start; in span() 325 * Set bits in a bit rectangle in "vertical" bit organization. start<limit<=0x800 327 private static void set32x64Bits(int[] table, int start, int limit) { in set32x64Bits() argument 329 int lead = start >> 6; // Named for UTF-8 2-byte lead byte with upper 5 bits. in set32x64Bits() 330 int trail = start & 0x3f; // Named for UTF-8 2-byte trail byte with lower 6 bits. in set32x64Bits() 334 if ((start in set32x64Bits() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | BMPSet.java | 132 * @param start The start index 140 public final int span(CharSequence s, int start, SpanCondition spanCondition, in span() argument 143 int i = start; in span() 226 int spanLength = i - start; in span() 327 * Set bits in a bit rectangle in "vertical" bit organization. start<limit<=0x800 329 private static void set32x64Bits(int[] table, int start, int limit) { in set32x64Bits() argument 331 int lead = start >> 6; // Named for UTF-8 2-byte lead byte with upper 5 bits. in set32x64Bits() 332 int trail = start & 0x3f; // Named for UTF-8 2-byte trail byte with lower 6 bits. in set32x64Bits() 336 if ((start in set32x64Bits() [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | iommu-common.c | 59 unsigned int start, i; in iommu_tbl_pool_init() local 71 start = 0; in iommu_tbl_pool_init() 83 iommu->pools[i].start = start; in iommu_tbl_pool_init() 84 iommu->pools[i].hint = start; in iommu_tbl_pool_init() 85 start += iommu->poolsize; /* start for next pool */ in iommu_tbl_pool_init() 86 iommu->pools[i].end = start - 1; in iommu_tbl_pool_init() 92 p->start = start; in iommu_tbl_pool_init() 105 unsigned long n, end, start, limit, boundary_size; iommu_tbl_range_alloc() local [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | iommu-common.c | 59 unsigned int start, i; in iommu_tbl_pool_init() local 71 start = 0; in iommu_tbl_pool_init() 83 iommu->pools[i].start = start; in iommu_tbl_pool_init() 84 iommu->pools[i].hint = start; in iommu_tbl_pool_init() 85 start += iommu->poolsize; /* start for next pool */ in iommu_tbl_pool_init() 86 iommu->pools[i].end = start - 1; in iommu_tbl_pool_init() 92 p->start = start; in iommu_tbl_pool_init() 105 unsigned long n, end, start, limit, boundary_size; iommu_tbl_range_alloc() local [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent-io-tree.h | 101 u64 start; member 119 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end, 122 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end, 129 u64 *start, u64 search_end, 134 int test_range_bit(struct extent_io_tree *tree, u64 start, u64 end, 136 int clear_record_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, 138 int __clear_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, 142 static inline int clear_extent_bit(struct extent_io_tree *tree, u64 start, in clear_extent_bit() argument 146 return __clear_extent_bit(tree, start, end, bits, cached, NULL); in clear_extent_bit() 149 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u6 argument 155 clear_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, u32 bits) clear_extent_bits() argument 166 clear_extent_uptodate(struct extent_io_tree *tree, u64 start, u64 end, struct extent_state **cached_state) clear_extent_uptodate() argument 173 clear_extent_dirty(struct extent_io_tree *tree, u64 start, u64 end, struct extent_state **cached) clear_extent_dirty() argument [all...] |
H A D | subpage.h | 95 struct page *page, u64 start, u32 len); 97 struct page *page, u64 start, u32 len); 100 struct page *page, u64 start, u32 len); 102 struct page *page, u64 start, u32 len); 104 struct page *page, u64 start, u32 len); 106 struct page *page, u64 start, u32 len); 124 struct page *page, u64 start, u32 len); \ 126 struct page *page, u64 start, u32 len); \ 128 struct page *page, u64 start, u32 len); \ 130 struct page *page, u64 start, u3 [all...] |
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | cache-tauros2.c | 69 static void tauros2_inv_range(unsigned long start, unsigned long end) in tauros2_inv_range() argument 74 if (start & (CACHE_LINE_SIZE - 1)) { in tauros2_inv_range() 75 tauros2_clean_inv_pa(start & ~(CACHE_LINE_SIZE - 1)); in tauros2_inv_range() 76 start = (start | (CACHE_LINE_SIZE - 1)) + 1; in tauros2_inv_range() 88 * Invalidate all full cache lines between 'start' and 'end'. in tauros2_inv_range() 90 while (start < end) { in tauros2_inv_range() 91 tauros2_inv_pa(start); in tauros2_inv_range() 92 start += CACHE_LINE_SIZE; in tauros2_inv_range() 98 static void tauros2_clean_range(unsigned long start, unsigne argument 109 tauros2_flush_range(unsigned long start, unsigned long end) tauros2_flush_range() argument [all...] |
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | cache-tauros2.c | 66 static void tauros2_inv_range(unsigned long start, unsigned long end) in tauros2_inv_range() argument 71 if (start & (CACHE_LINE_SIZE - 1)) { in tauros2_inv_range() 72 tauros2_clean_inv_pa(start & ~(CACHE_LINE_SIZE - 1)); in tauros2_inv_range() 73 start = (start | (CACHE_LINE_SIZE - 1)) + 1; in tauros2_inv_range() 85 * Invalidate all full cache lines between 'start' and 'end'. in tauros2_inv_range() 87 while (start < end) { in tauros2_inv_range() 88 tauros2_inv_pa(start); in tauros2_inv_range() 89 start += CACHE_LINE_SIZE; in tauros2_inv_range() 95 static void tauros2_clean_range(unsigned long start, unsigne argument 106 tauros2_flush_range(unsigned long start, unsigned long end) tauros2_flush_range() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | qsort.h | 39 type *start= stack[--sp][0];\ 41 while(start < end){\ 42 if(start < end-1) {\ 45 type *left = start+1;\ 46 type *mid = start + ((end-start)>>1);\ 47 if(cmp(start, end) > 0) {\ 48 if(cmp( end, mid) > 0) FFSWAP(type, *start, *mid);\ 49 else FFSWAP(type, *start, *end);\ 51 if(cmp(start, mi [all...] |
/third_party/musl/porting/liteos_a/user/src/stdlib/ |
H A D | qsort.c | 48 char *start, *end, *m, *l, *r; in __qsort_r() local 56 start = (char *)base; in __qsort_r() 57 end = start + (nel - 1) * width; in __qsort_r() 61 for (l = start + width; l <= end; l += width) { in __qsort_r() 63 for (m = l - width; m >= start; m -= width) { in __qsort_r() 76 m = start + (nel >> 1) * width; in __qsort_r() 77 m = MIDDLE_ONE(start, m, end, arg); in __qsort_r() 78 if (m != start) { in __qsort_r() 79 SWAPN(start, m, width); in __qsort_r() 80 m = start; in __qsort_r() [all...] |
/third_party/musl/src/stdlib/liteos_a/ |
H A D | qsort.c | 48 char *start, *end, *m, *l, *r; in __qsort_r() local 56 start = (char *)base; in __qsort_r() 57 end = start + (nel - 1) * width; in __qsort_r() 61 for (l = start + width; l <= end; l += width) { in __qsort_r() 63 for (m = l - width; m >= start; m -= width) { in __qsort_r() 76 m = start + (nel >> 1) * width; in __qsort_r() 77 m = MIDDLE_ONE(start, m, end, arg); in __qsort_r() 78 if (m != start) { in __qsort_r() 79 SWAPN(start, m, width); in __qsort_r() 80 m = start; in __qsort_r() [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
H A D | codec_vp9.c | 117 * - vp9_loop_filter_init run once before decoding start 118 * - vp9_loop_filter_frame_init run before every frame decoding start 1307 /* ask uCode to start decoding */ in codec_vp9_process_frame() 1696 unsigned int start = coef_count_node_start; in adapt_coef_probs() local 1700 tree_left = count[start + 1]; in adapt_coef_probs() 1701 tree_right = count[start + 3]; in adapt_coef_probs() 1704 tree_left = count[start + 0]; in adapt_coef_probs() 1705 tree_right = count[start + 1] + in adapt_coef_probs() 1706 count[start + 3]; in adapt_coef_probs() 1709 tree_left = count[start in adapt_coef_probs() 1731 unsigned int start = coef_count_node_start; adapt_coef_probs() local 1834 unsigned int start = coef_count_node_start; adapt_coef_probs() local 1869 unsigned int start = coef_count_node_start; adapt_coef_probs() local 1897 unsigned int start = coef_count_node_start; adapt_coef_probs() local 1935 unsigned int start = coef_count_node_start; adapt_coef_probs() local 2044 unsigned int start = adapt_coef_probs() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/ |
H A D | codec_vp9.c | 117 * - vp9_loop_filter_init run once before decoding start 118 * - vp9_loop_filter_frame_init run before every frame decoding start 1307 /* ask uCode to start decoding */ in codec_vp9_process_frame() 1694 unsigned int start = coef_count_node_start; in adapt_coef_probs() local 1698 tree_left = count[start + 1]; in adapt_coef_probs() 1699 tree_right = count[start + 3]; in adapt_coef_probs() 1702 tree_left = count[start + 0]; in adapt_coef_probs() 1703 tree_right = count[start + 1] + in adapt_coef_probs() 1704 count[start + 3]; in adapt_coef_probs() 1707 tree_left = count[start in adapt_coef_probs() 1729 unsigned int start = coef_count_node_start; adapt_coef_probs() local 1832 unsigned int start = coef_count_node_start; adapt_coef_probs() local 1867 unsigned int start = coef_count_node_start; adapt_coef_probs() local 1895 unsigned int start = coef_count_node_start; adapt_coef_probs() local 1933 unsigned int start = coef_count_node_start; adapt_coef_probs() local 2042 unsigned int start = adapt_coef_probs() local [all...] |