HomeSort by relevance Sort by last modified time
    Searched refs:top_index (Results 1 - 20 of 20) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.c 493 int *top_index) {
569 *top_index = active_worst_quality;
576 *top_index = (active_worst_quality + active_best_quality * 3) / 4;
585 if (q > *top_index) {
588 *top_index = q;
590 q = *top_index;
593 assert(*top_index <= rc->worst_quality &&
594 *top_index >= rc->best_quality);
603 int *top_index) {
730 *top_index = active_worst_quality
    [all...]
vp9_ratectrl.h 147 int *top_index);
vp9_onyx_if.c 2544 int top_index; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 691 int *top_index) {
767 *top_index = active_worst_quality;
780 *top_index = active_worst_quality + qdelta;
781 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index;
791 if (q > *top_index) {
794 *top_index = q;
796 q = *top_index;
799 assert(*top_index <= rc->worst_quality &
    [all...]
vp9_ratectrl.h 236 int *top_index);
vp9_encoder.c 3231 int q = 0, bottom_index = 0, top_index = 0; \/\/ Dummy variables. local
3346 int bottom_index, top_index; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xgate.h 84 int top_index; member in struct:xgate_elf_link_hash_table
elf32-m68hc1x.h 119 int top_index; member in struct:m68hc11_elf_link_hash_table
elf32-m68hc1x.c 240 int top_id, top_index; local
288 for (section = output_bfd->sections, top_index = 0;
292 if (top_index < section->index)
293 top_index = section->index;
296 htab->top_index = top_index;
297 amt = sizeof (asection *) * (top_index + 1);
305 list = input_list + top_index;
    [all...]
elf32-avr.c 91 int top_index; member in struct:elf32_avr_link_hash_table
2918 int top_id, top_index; local
    [all...]
elf32-hppa.c 273 int top_index; member in struct:elf32_hppa_link_hash_table
2498 int top_id, top_index; local
    [all...]
elf32-metag.c 841 int top_index; member in struct:elf_metag_link_hash_table
3723 int top_id, top_index; local
    [all...]
elf32-nios2.c 947 int top_index; member in struct:elf32_nios2_link_hash_table
1377 int top_id, top_index; local
    [all...]
elfnn-aarch64.c 1875 int top_index; member in struct:elf_aarch64_link_hash_table
2606 int top_id, top_index; local
    [all...]
elf32-arm.c 3068 int top_index; member in struct:elf32_arm_link_hash_table
4434 int top_id, top_index; local
    [all...]
elf64-ppc.c 3938 int top_index; member in struct:ppc_link_hash_table
11112 int top_id, top_index, id; local
    [all...]
  /art/runtime/
indirect_reference_table.cc 266 const size_t top_index = Capacity(); local
267 auto* release_start = AlignUp(reinterpret_cast<uint8_t*>(&table_[top_index]), kPageSize);
monitor_pool.h 138 size_t top_index = index / kMaxListSize; local
141 uintptr_t base = monitor_chunks_[top_index][list_index];
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3587 int top_index; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 3337 int top_index; local
    [all...]

Completed in 570 milliseconds