Searched refs:txfrm_block_to_raster_xy (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 428 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff); in set_entropy_context_b() 496 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff); in tokenize_b()
|
D | vp9_encodemb.c | 338 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j); in vp9_xform_quant_fp() 428 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j); in vp9_xform_quant_dc() 509 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j); in vp9_xform_quant() 597 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j); in encode_block() 714 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j); in encode_block_pass1() 786 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j); in vp9_encode_block_intra()
|
D | vp9_pickmode.c | 898 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j); in estimate_block_intra()
|
D | vp9_rdopt.c | 481 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x_idx, &y_idx); in rate_block()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 291 static INLINE void txfrm_block_to_raster_xy(BLOCK_SIZE plane_bsize, in txfrm_block_to_raster_xy() function
|