Home
last modified time | relevance | path

Searched refs:PLANE_TYPE (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h198 static INLINE PLANE_TYPE get_plane_type(int plane) { in get_plane_type()
199 return (PLANE_TYPE)(plane > 0); in get_plane_type()
209 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type, in get_tx_type()
219 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type, in get_tx_type_4x4()
Dvp9_scan.h43 PLANE_TYPE type, int block_idx) { in get_scan()
Dvp9_enums.h106 typedef enum { PLANE_TYPE_Y = 0, PLANE_TYPE_UV = 1, PLANE_TYPES } PLANE_TYPE; typedef
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c364 const PLANE_TYPE type = get_plane_type(plane); in tokenize_b()
Dvp9_encodemb.c71 const PLANE_TYPE plane_type = get_plane_type(plane); in vp9_optimize_b()
Dvp9_rdopt.c358 const PLANE_TYPE type = get_plane_type(plane); in cost_coeffs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c74 static int decode_coefs(const MACROBLOCKD *xd, PLANE_TYPE type, in decode_coefs()