Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h203 static INLINE PLANE_TYPE get_plane_type(int plane) { in get_plane_type()
204 return (PLANE_TYPE)(plane > 0); in get_plane_type()
214 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type, in get_tx_type()
224 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/libaom/libaom/av1/common/
Dblockd.h397 PLANE_TYPE plane_type;
638 PLANE_TYPE plane_type) { in intra_mode_to_tx_type()
769 static INLINE TX_TYPE get_default_tx_type(PLANE_TYPE plane_type, in get_default_tx_type()
847 static INLINE TX_TYPE av1_get_tx_type(PLANE_TYPE plane_type, in av1_get_tx_type()
1152 static INLINE PLANE_TYPE get_plane_type(int plane) { in get_plane_type()
Denums.h300 enum { PLANE_TYPE_Y, PLANE_TYPE_UV, PLANE_TYPES } UENUM1BYTE(PLANE_TYPE);
Dcfl.h64 static INLINE CFL_PRED_TYPE get_cfl_pred_type(PLANE_TYPE plane) { in get_cfl_pred_type()
/external/libaom/libaom/av1/decoder/
Ddecodetxb.c119 const PLANE_TYPE plane_type = get_plane_type(plane); in av1_read_coeffs_txb()
350 PLANE_TYPE plane_type = get_plane_type(plane); in av1_read_coeffs_txb_facade()
Ddecodeframe.c223 PLANE_TYPE plane_type = get_plane_type(plane); in predict_and_reconstruct_intra_block()
252 PLANE_TYPE plane_type = get_plane_type(plane); in inverse_transform_inter_block()
/external/libaom/libaom/av1/encoder/
Drdopt.h80 const PLANE_TYPE plane_type = get_plane_type(plane); in av1_cost_skip_txb()
Dencodetxb.c161 TX_CLASS tx_class, PLANE_TYPE plane,
166 PLANE_TYPE plane, FRAME_CONTEXT *ec_ctx,
514 const PLANE_TYPE plane_type = get_plane_type(plane);
740 const PLANE_TYPE plane_type, const LV_MAP_COEFF_COST *const coeff_costs,
838 const PLANE_TYPE plane_type = get_plane_type(plane);
1679 const PLANE_TYPE plane_type = get_plane_type(plane);
1818 const PLANE_TYPE plane_type = get_plane_type(plane);
1914 const PLANE_TYPE plane_type = pd->plane_type;
2038 const PLANE_TYPE plane_type = pd->plane_type;
Dencodemb.c565 PLANE_TYPE plane_type = get_plane_type(plane); in av1_encode_block_intra()
Dbitstream.c812 PLANE_TYPE plane_type = get_plane_type(plane); in av1_write_tx_type()
Drdopt.c2239 const PLANE_TYPE plane_type = get_plane_type(plane); in inverse_transform_block_facade()
2339 const PLANE_TYPE plane_type = get_plane_type(plane); in dist_block_px_domain()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c364 const PLANE_TYPE type = get_plane_type(plane); in tokenize_b()
Dvp9_encodemb.c72 const PLANE_TYPE plane_type = get_plane_type(plane); in vp9_optimize_b()
Dvp9_rdopt.c360 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()