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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 487 int *top_index) {
563 *top_index = active_worst_quality;
570 *top_index = (active_worst_quality + active_best_quality * 3) / 4;
579 if (q > *top_index) {
582 *top_index = q;
584 q = *top_index;
587 assert(*top_index <= rc->worst_quality &&
588 *top_index >= rc->best_quality);
597 int *top_index) {
724 *top_index = active_worst_quality
    [all...]
vp9_ratectrl.h 150 int *top_index);
vp9_onyx_if.c 2468 int top_index; local
    [all...]
  /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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.c 602 int *top_index) {
678 *top_index = active_worst_quality;
691 *top_index = active_worst_quality + qdelta;
692 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index;
702 if (q > *top_index) {
705 *top_index = q;
707 q = *top_index;
710 assert(*top_index <= rc->worst_quality &
    [all...]
vp9_ratectrl.h 164 int *top_index);
vp9_encoder.c 2104 int top_index; local
    [all...]
  /external/chromium_org/tools/gn/
filesystem_utils.cc 447 // top_index is the first character we can modify in the path. Anything
449 size_t top_index = 0; local
456 top_index = 2;
459 top_index = 1;
463 size_t dest_i = top_index;
464 for (size_t src_i = top_index; src_i < path->size(); /* nothing */) {
481 if (dest_i > top_index) {
486 if (dest_i == top_index) {
499 top_index = dest_i;
  /art/runtime/
indirect_reference_table.cc 236 const size_t top_index = Capacity(); local
237 auto* release_start = AlignUp(reinterpret_cast<uint8_t*>(&table_[top_index]), kPageSize);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 3483 int top_index; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3336 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 485 milliseconds