Searched refs:PLANE_TYPE (Results 1 – 17 of 17) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 203 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()
|
D | vp9_scan.h | 43 PLANE_TYPE type, int block_idx) { in get_scan()
|
D | vp9_enums.h | 106 typedef enum { PLANE_TYPE_Y = 0, PLANE_TYPE_UV = 1, PLANE_TYPES } PLANE_TYPE; typedef
|
/external/libaom/libaom/av1/common/ |
D | blockd.h | 397 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()
|
D | enums.h | 300 enum { PLANE_TYPE_Y, PLANE_TYPE_UV, PLANE_TYPES } UENUM1BYTE(PLANE_TYPE);
|
D | cfl.h | 64 static INLINE CFL_PRED_TYPE get_cfl_pred_type(PLANE_TYPE plane) { in get_cfl_pred_type()
|
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 119 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()
|
D | decodeframe.c | 223 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/ |
D | rdopt.h | 80 const PLANE_TYPE plane_type = get_plane_type(plane); in av1_cost_skip_txb()
|
D | encodetxb.c | 161 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;
|
D | encodemb.c | 565 PLANE_TYPE plane_type = get_plane_type(plane); in av1_encode_block_intra()
|
D | bitstream.c | 812 PLANE_TYPE plane_type = get_plane_type(plane); in av1_write_tx_type()
|
D | rdopt.c | 2239 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/ |
D | vp9_tokenize.c | 364 const PLANE_TYPE type = get_plane_type(plane); in tokenize_b()
|
D | vp9_encodemb.c | 72 const PLANE_TYPE plane_type = get_plane_type(plane); in vp9_optimize_b()
|
D | vp9_rdopt.c | 360 const PLANE_TYPE type = get_plane_type(plane); in cost_coeffs()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 74 static int decode_coefs(const MACROBLOCKD *xd, PLANE_TYPE type, in decode_coefs()
|