Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h204 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()
Dvp9_scan.h43 PLANE_TYPE type, int block_idx) { in get_scan()
Dvp9_enums.h108 typedef enum { PLANE_TYPE_Y = 0, PLANE_TYPE_UV = 1, PLANE_TYPES } PLANE_TYPE; typedef
/external/libaom/libaom/av1/common/
Dblockd.h396 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()
Denums.h315 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()
348 const PLANE_TYPE plane_type = get_plane_type(plane); in av1_read_coeffs_txb_facade()
Ddecodeframe.c210 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/
Dencodetxb.c161 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;
Drdopt.h48 const PLANE_TYPE plane_type = get_plane_type(plane); in av1_cost_skip_txb()
Dencodemb.c687 PLANE_TYPE plane_type = get_plane_type(plane); in av1_encode_block_intra()
Dtx_search.c1068 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/
Dvp9_tokenize.c364 const PLANE_TYPE type = get_plane_type(plane); in tokenize_b()
Dvp9_encodemb.c76 const PLANE_TYPE plane_type = get_plane_type(plane); in vp9_optimize_b()
Dvp9_rdopt.c368 const PLANE_TYPE type = get_plane_type(plane); in cost_coeffs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c115 static int decode_coefs(const MACROBLOCKD *xd, PLANE_TYPE type, in decode_coefs()