Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.c174 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff); in set_entropy_context_b()
240 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff); in tokenize_b()
Dvp9_encodemb.c330 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j); in vp9_xform_quant()
379 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j); in encode_block()
437 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j); in encode_block_pass1()
497 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j); in encode_block_intra()
Dvp9_rdopt.c653 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x_idx, &y_idx); in rate_block()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.h310 static INLINE void txfrm_block_to_raster_xy(BLOCK_SIZE plane_bsize, in txfrm_block_to_raster_xy() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c255 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x, &y); in predict_and_reconstruct_intra_block()
287 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x, &y); in reconstruct_inter_block()