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

  /external/libvpx/libvpx/vp9/common/
vp9_scan.h 46 if (is_inter_block(mi) || type != PLANE_TYPE_Y || xd->lossless) {
vp9_enums.h 106 typedef enum { PLANE_TYPE_Y = 0, PLANE_TYPE_UV = 1, PLANE_TYPES } PLANE_TYPE;
vp9_blockd.h 213 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(mi))
223 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(mi))
vp9_onyxc_int.h 326 if (get_plane_type(i) == PLANE_TYPE_Y) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 373 assert(type == PLANE_TYPE_Y
    [all...]

Completed in 270 milliseconds