/external/libvpx/libvpx/vp9/common/ |
vp9_blockd.h | 42 } PLANE_TYPE; 176 PLANE_TYPE plane_type; member in struct:macroblockd_plane 236 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type, 241 if (plane_type != PLANE_TYPE_Y_WITH_DC || 250 static INLINE TX_TYPE get_tx_type_8x8(PLANE_TYPE plane_type, 252 return plane_type == PLANE_TYPE_Y_WITH_DC ? 256 static INLINE TX_TYPE get_tx_type_16x16(PLANE_TYPE plane_type [all...] |
vp9_entropy.h | 183 PLANE_TYPE type, int block_idx,
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_detokenize.c | 94 PLANE_TYPE type, int seg_eob, int16_t *dqcoeff_ptr, 228 const int eob = decode_coefs(cm, xd, r, block, pd->plane_type, seg_eob,
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.c | 110 const PLANE_TYPE type = pd->plane_type;
|
vp9_encodemb.c | 133 PLANE_TYPE type = pd->plane_type; 577 tx_type = get_tx_type_16x16(pd->plane_type, xd); 601 tx_type = get_tx_type_8x8(pd->plane_type, xd); 625 tx_type = get_tx_type_4x4(pd->plane_type, xd, block);
|
vp9_rdopt.c | 496 const PLANE_TYPE type = pd->plane_type; 696 get_scan(xd, tx_size, pd->plane_type, 0, &rd_stack->scan, &rd_stack->nb); [all...] |