• Home
  • Raw
  • Download

Lines Matching refs:blk_col

475                                int blk_col, const BLOCK_SIZE plane_bsize,  in copy_block_visible()  argument
482 pd->subsampling_x, blk_col); in copy_block_visible()
536 int blk_col, const BLOCK_SIZE plane_bsize, in pixel_sse() argument
544 pd->subsampling_x, blk_col); in pixel_sse()
574 int blk_row, int blk_col, in sum_squares_visible() argument
583 pd->subsampling_x, blk_col); in sum_squares_visible()
609 int blk_col, TX_SIZE tx_size, int64_t *out_dist, in dist_block() argument
651 const int src_idx = 4 * (blk_row * src_stride + blk_col); in dist_block()
652 const int dst_idx = 4 * (blk_row * dst_stride + blk_col); in dist_block()
661 blk_col, plane_bsize, tx_bsize); in dist_block()
664 const int out_recon_idx = 4 * (blk_row * out_recon->stride + blk_col); in dist_block()
667 out_recon->stride, blk_row, blk_col, plane_bsize, in dist_block()
722 tmp = pixel_sse(cpi, xd, pd, src, src_stride, recon, 32, blk_row, blk_col, in dist_block()
726 blk_row, blk_col, plane_bsize, tx_bsize); in dist_block()
740 static void block_rd_txfm(int plane, int block, int blk_row, int blk_col, in block_rd_txfm() argument
751 combine_entropy_contexts(args->t_left[blk_row], args->t_above[blk_col]); in block_rd_txfm()
756 const uint8_t *dst = &pd->dst.buf[4 * (blk_row * dst_stride + blk_col)]; in block_rd_txfm()
769 vp9_encode_block_intra(plane, block, blk_row, blk_col, plane_bsize, tx_size, in block_rd_txfm()
772 uint8_t *rec_ptr = &recon->buf[4 * (blk_row * recon->stride + blk_col)]; in block_rd_txfm()
774 blk_row, blk_col, plane_bsize, tx_bsize); in block_rd_txfm()
777 dist_block(args->cpi, x, plane, plane_bsize, block, blk_row, blk_col, in block_rd_txfm()
783 const uint8_t *src = &p->src.buf[4 * (blk_row * src_stride + blk_col)]; in block_rd_txfm()
784 const int16_t *diff = &p->src_diff[4 * (blk_row * diff_stride + blk_col)]; in block_rd_txfm()
786 sse = sum_squares_visible(xd, pd, diff, diff_stride, blk_row, blk_col, in block_rd_txfm()
794 blk_row, blk_col, plane_bsize, tx_bsize); in block_rd_txfm()
805 vp9_xform_quant(x, plane, block, blk_row, blk_col, plane_bsize, tx_size); in block_rd_txfm()
808 dist_block(args->cpi, x, plane, plane_bsize, block, blk_row, blk_col, in block_rd_txfm()
814 vp9_xform_quant_dc(x, plane, block, blk_row, blk_col, plane_bsize, in block_rd_txfm()
837 uint8_t *rec_ptr = &recon->buf[4 * (blk_row * recon->stride + blk_col)]; in block_rd_txfm()
839 blk_row, blk_col, plane_bsize, tx_bsize); in block_rd_txfm()
851 args->t_above[blk_col] = (x->plane[plane].eobs[block] > 0) ? 1 : 0; in block_rd_txfm()