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

  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 77 const int above_type = local
80 if (left_type == above_type)
83 return above_type;
84 else if (above_type == SWITCHABLE_FILTERS)
  /external/libaom/libaom/av1/common/
pred_common.c 42 int above_type = SWITCHABLE_FILTERS; local
48 above_type =
51 if (left_type == above_type) {
54 assert(above_type != SWITCHABLE_FILTERS);
55 filter_type_ctx += above_type;
56 } else if (above_type == SWITCHABLE_FILTERS) {

Completed in 171 milliseconds