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

  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 344 ENTROPY_CONTEXT above_ec = 0, left_ec = 0; local
351 left_ec = L[0] != 0;
357 left_ec = !!*(uint16_t *)L;
363 left_ec = !!*(uint32_t *)L;
369 left_ec = !!*(uint64_t *)L;
375 return combine_entropy_contexts(above_ec, left_ec);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 497 const ENTROPY_CONTEXT above_ec = !!*A, left_ec = !!*L; local
499 int pt = combine_entropy_contexts(above_ec, left_ec);
    [all...]

Completed in 1011 milliseconds