HomeSort by relevance Sort by last modified time
    Searched full:target_cmp (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 438 int cmp, target_cmp;
443 target_cmp = 1;
445 target_cmp = -1;
447 target_cmp = 0;
458 cmp = -target_cmp;
459 } else if (target_cmp != 0)
460 if (!((cmp ^ target_cmp) & L_MASK_HIGH_BIT))
461 /* cmp and target_cmp are both positive or both negative. */
935 int cmp, target_cmp; variable
949 target_cmp = 1
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 438 int cmp, target_cmp;
443 target_cmp = 1;
445 target_cmp = -1;
447 target_cmp = 0;
458 cmp = -target_cmp;
459 } else if (target_cmp != 0)
460 if (!((cmp ^ target_cmp) & L_MASK_HIGH_BIT))
461 /* cmp and target_cmp are both positive or both negative. */
935 int cmp, target_cmp; variable
949 target_cmp = 1
    [all...]

Completed in 202 milliseconds