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

  /external/libvpx/vp8/common/
blockd.h 49 #define PLANE_TYPE_Y_WITH_DC 3
  /external/libvpx/vp8/encoder/
encodemb.c 522 type = has_2nd_order ? PLANE_TYPE_Y_NO_DC : PLANE_TYPE_Y_WITH_DC;
569 type = has_2nd_order ? PLANE_TYPE_Y_NO_DC : PLANE_TYPE_Y_WITH_DC;
rdopt.c 640 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
968 cost += cost_coeffs(mb, x->block + b, PLANE_TYPE_Y_WITH_DC,
    [all...]

Completed in 346 milliseconds