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

  /external/libvpx/libvpx/vp9/common/
vp9_scan.h 43 PLANE_TYPE type, int block_idx) {
vp9_blockd.h 198 static INLINE PLANE_TYPE get_plane_type(int plane) {
199 return (PLANE_TYPE)(plane > 0);
209 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type,
213 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(mi))
219 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type,
223 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(mi))
vp9_enums.h 106 typedef enum { PLANE_TYPE_Y = 0, PLANE_TYPE_UV = 1, PLANE_TYPES } PLANE_TYPE;
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 364 const PLANE_TYPE type = get_plane_type(plane);
vp9_encodemb.c 107 const PLANE_TYPE type = get_plane_type(plane);
    [all...]
vp9_rdopt.c 358 const PLANE_TYPE type = get_plane_type(plane);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 74 static int decode_coefs(const MACROBLOCKD *xd, PLANE_TYPE type,

Completed in 5382 milliseconds