Searched refs:PLANE_TYPE (Results 1 – 16 of 16) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 204 static INLINE PLANE_TYPE get_plane_type(int plane) { in get_plane_type() 205 return (PLANE_TYPE)(plane > 0); in get_plane_type() 215 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type, in get_tx_type() 225 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 | 108 typedef enum { PLANE_TYPE_Y = 0, PLANE_TYPE_UV = 1, PLANE_TYPES } PLANE_TYPE; typedef
|
/external/libaom/libaom/av1/common/ |
D | blockd.h | 396 PLANE_TYPE plane_type; 718 PLANE_TYPE plane_type) { in intra_mode_to_tx_type() 863 static INLINE TX_TYPE get_default_tx_type(PLANE_TYPE plane_type, in get_default_tx_type() 972 PLANE_TYPE plane_type, int blk_row, in av1_get_tx_type() 1278 static INLINE PLANE_TYPE get_plane_type(int plane) { in get_plane_type()
|
D | enums.h | 315 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() 348 const PLANE_TYPE plane_type = get_plane_type(plane); in av1_read_coeffs_txb_facade()
|
D | decodeframe.c | 210 PLANE_TYPE plane_type = get_plane_type(plane); in predict_and_reconstruct_intra_block() 237 PLANE_TYPE plane_type = get_plane_type(plane); in inverse_transform_inter_block()
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 161 TX_CLASS tx_class, PLANE_TYPE plane, 166 PLANE_TYPE plane, FRAME_CONTEXT *ec_ctx, 521 const PLANE_TYPE plane_type = get_plane_type(plane); 760 const PLANE_TYPE plane_type, const LV_MAP_COEFF_COST *const coeff_costs, 855 const PLANE_TYPE plane_type, const LV_MAP_COEFF_COST *const coeff_costs, 923 const PLANE_TYPE plane_type = get_plane_type(plane); 961 const PLANE_TYPE plane_type = get_plane_type(plane); 1773 const PLANE_TYPE plane_type = get_plane_type(plane); 1915 const PLANE_TYPE plane_type = get_plane_type(plane); 2085 const PLANE_TYPE plane_type = pd->plane_type;
|
D | rdopt.h | 48 const PLANE_TYPE plane_type = get_plane_type(plane); in av1_cost_skip_txb()
|
D | encodemb.c | 687 PLANE_TYPE plane_type = get_plane_type(plane); in av1_encode_block_intra()
|
D | tx_search.c | 1068 const PLANE_TYPE plane_type = get_plane_type(plane); in inverse_transform_block_facade() 1221 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 | 76 const PLANE_TYPE plane_type = get_plane_type(plane); in vp9_optimize_b()
|
D | vp9_rdopt.c | 368 const PLANE_TYPE type = get_plane_type(plane); in cost_coeffs()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 115 static int decode_coefs(const MACROBLOCKD *xd, PLANE_TYPE type, in decode_coefs()
|