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

  /external/libvpx/libvpx/vp8/common/
entropymode.c 20 int lez = (l->as_int == 0); local
24 if (lea && lez) return SUBMVREF_LEFT_ABOVE_ZED;
30 if (lez) return SUBMVREF_LEFT_ZED;
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 177 int lez = (left == 0); local
182 prob = vp8_sub_mv_ref_prob3[(aez << 2) | (lez << 1) | (lea)];

Completed in 715 milliseconds