Home
last modified time | relevance | path

Searched refs:txfrm_block_to_raster_xy (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c428 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()
Dvp9_encodemb.c338 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()
Dvp9_pickmode.c898 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j); in estimate_block_intra()
Dvp9_rdopt.c481 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x_idx, &y_idx); in rate_block()
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h291 static INLINE void txfrm_block_to_raster_xy(BLOCK_SIZE plane_bsize, in txfrm_block_to_raster_xy() function