Lines Matching refs:bwl
775 static void set_plane_n4(MACROBLOCKD *const xd, int bw, int bh, int bwl, in set_plane_n4() argument
781 xd->plane[i].n4_wl = bwl - xd->plane[i].subsampling_x; in set_plane_n4()
788 int bwl, int bhl) { in set_offsets_recon() argument
793 set_plane_n4(xd, bw, bh, bwl, bhl); in set_offsets_recon()
807 int bh, int x_mis, int y_mis, int bwl, int bhl) { in set_offsets() argument
822 set_plane_n4(xd, bw, bh, bwl, bhl); in set_offsets()
895 int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) { in decode_block() argument
898 const int bw = 1 << (bwl - 1); in decode_block()
906 y_mis, bwl, bhl); in decode_block()
995 int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) { in recon_block() argument
997 const int bw = 1 << (bwl - 1); in recon_block()
1001 MODE_INFO *mi = set_offsets_recon(cm, xd, mi_row, mi_col, bw, bh, bwl, bhl); in recon_block()
1028 int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) { in parse_block() argument
1031 const int bw = 1 << (bwl - 1); in parse_block()
1039 y_mis, bwl, bhl); in parse_block()