Searched refs:target_cmp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h438 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
[all...]
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h438 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
[all...]

Completed in 1033 milliseconds