Searched refs:plane_bsize (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_detokenize.h23 int plane, int block, BLOCK_SIZE plane_bsize,
H A Dvp9_detokenize.c204 int plane, int block, BLOCK_SIZE plane_bsize,
213 vp9_set_contexts(xd, pd, plane_bsize, tx_size, eob > 0, x, y);
203 vp9_decode_block_tokens(VP9_COMMON *cm, MACROBLOCKD *xd, int plane, int block, BLOCK_SIZE plane_bsize, int x, int y, TX_SIZE tx_size, vp9_reader *r) argument
H A Dvp9_decodeframe.c246 BLOCK_SIZE plane_bsize,
257 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x, &y);
261 b_width_log2(plane_bsize), tx_size, mode,
267 plane_bsize, x, y, tx_size,
282 BLOCK_SIZE plane_bsize,
289 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x, &y);
290 eob = vp9_decode_block_tokens(cm, xd, plane, block, plane_bsize, x, y,
245 predict_and_reconstruct_intra_block(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
281 reconstruct_inter_block(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemb.h26 BLOCK_SIZE plane_bsize, TX_SIZE tx_size);
28 BLOCK_SIZE plane_bsize, TX_SIZE tx_size);
30 BLOCK_SIZE plane_bsize, TX_SIZE tx_size);
35 BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
H A Dvp9_encodemb.c57 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); local
58 const int bw = 4 * num_4x4_blocks_wide_lookup[plane_bsize];
59 const int bh = 4 * num_4x4_blocks_high_lookup[plane_bsize];
316 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) {
325 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize];
328 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j);
367 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) {
375 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize];
379 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j);
414 BLOCK_SIZE plane_bsize, TX_SIZ
315 vp9_xform_quant_fp(MACROBLOCK *x, int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size) argument
366 vp9_xform_quant_dc(MACROBLOCK *x, int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size) argument
413 vp9_xform_quant(MACROBLOCK *x, int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size) argument
464 encode_block(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
546 encode_block_pass1(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
598 encode_block_intra(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
725 vp9_encode_block_intra(MACROBLOCK *x, int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int8_t *skip) argument
[all...]
H A Dvp9_tokenize.c251 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize, argument
258 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
259 vp9_set_contexts(xd, pd, plane_bsize, tx_size, p->eobs[block] > 0,
293 static void tokenize_b(int plane, int block, BLOCK_SIZE plane_bsize, argument
324 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
380 vp9_set_contexts(xd, pd, plane_bsize, tx_size, c > 0, aoff, loff);
388 BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
391 (void)plane_bsize;
387 is_skippable(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *argv) argument
H A Dvp9_rd.c398 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); local
399 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize];
400 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];
H A Dvp9_rdopt.c132 static int raster_block_offset(BLOCK_SIZE plane_bsize, argument
134 const int bw = b_width_log2(plane_bsize);
139 static int16_t* raster_block_offset_int16(BLOCK_SIZE plane_bsize, argument
141 const int stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize];
142 return base + raster_block_offset(plane_bsize, raster_block, stride);
378 static void rate_block(int plane, int block, BLOCK_SIZE plane_bsize, argument
381 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x_idx, &y_idx);
389 static void block_rd_txfm(int plane, int block, BLOCK_SIZE plane_bsize, argument
401 vp9_encode_block_intra(x, plane, block, plane_bsize, tx_size, &mbmi->skip);
403 } else if (max_txsize_lookup[plane_bsize]
1106 const BLOCK_SIZE plane_bsize = get_plane_block_size(mi->mbmi.sb_type, pd); local
[all...]
H A Dvp9_pickmode.c367 static void estimate_block_intra(int plane, int block, BLOCK_SIZE plane_bsize, argument
384 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j);
392 b_width_log2(plane_bsize),
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.h23 int plane, int block, BLOCK_SIZE plane_bsize,
H A Dvp9_detokenize.c198 int plane, int block, BLOCK_SIZE plane_bsize,
207 vp9_set_contexts(xd, pd, plane_bsize, tx_size, eob > 0, x, y);
197 vp9_decode_block_tokens(VP9_COMMON *cm, MACROBLOCKD *xd, int plane, int block, BLOCK_SIZE plane_bsize, int x, int y, TX_SIZE tx_size, vp9_reader *r) argument
H A Dvp9_decodeframe.c242 BLOCK_SIZE plane_bsize,
253 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x, &y);
257 b_width_log2(plane_bsize), tx_size, mode,
263 plane_bsize, x, y, tx_size,
278 BLOCK_SIZE plane_bsize,
285 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x, &y);
286 eob = vp9_decode_block_tokens(cm, xd, plane, block, plane_bsize, x, y,
241 predict_and_reconstruct_intra_block(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
277 reconstruct_inter_block(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.h27 BLOCK_SIZE plane_bsize, TX_SIZE tx_size);
32 BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
H A Dvp9_encodemb.c57 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); local
58 const int bw = 4 * num_4x4_blocks_wide_lookup[plane_bsize];
59 const int bh = 4 * num_4x4_blocks_high_lookup[plane_bsize];
108 static void optimize_b(int plane, int block, BLOCK_SIZE plane_bsize, argument
318 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) {
327 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize];
330 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j);
367 static void encode_block(int plane, int block, BLOCK_SIZE plane_bsize, argument
379 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j);
393 vp9_xform_quant(x, plane, block, plane_bsize, tx_siz
317 vp9_xform_quant(MACROBLOCK *x, int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size) argument
428 encode_block_pass1(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
475 encode_block_intra(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) argument
601 vp9_encode_block_intra(MACROBLOCK *x, int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, unsigned char *skip) argument
[all...]
H A Dvp9_tokenize.c167 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize, argument
174 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
175 vp9_set_contexts(xd, pd, plane_bsize, tx_size, p->eobs[block] > 0,
209 static void tokenize_b(int plane, int block, BLOCK_SIZE plane_bsize, argument
240 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
285 vp9_set_contexts(xd, pd, plane_bsize, tx_size, c > 0, aoff, loff);
294 BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
293 is_skippable(int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *argv) argument
H A Dvp9_rdopt.c140 static int raster_block_offset(BLOCK_SIZE plane_bsize, argument
142 const int bw = b_width_log2(plane_bsize);
147 static int16_t* raster_block_offset_int16(BLOCK_SIZE plane_bsize, argument
149 const int stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize];
150 return base + raster_block_offset(plane_bsize, raster_block, stride);
650 static void rate_block(int plane, int block, BLOCK_SIZE plane_bsize, argument
653 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x_idx, &y_idx);
661 static void block_rd_txfm(int plane, int block, BLOCK_SIZE plane_bsize, argument
673 vp9_encode_block_intra(x, plane, block, plane_bsize, tx_size, &mbmi->skip);
675 vp9_xform_quant(x, plane, block, plane_bsize, tx_siz
703 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); local
1549 const BLOCK_SIZE plane_bsize = get_plane_block_size(mi->mbmi.sb_type, pd); local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.c49 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); local
50 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize];
51 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];
79 visit(plane, i, plane_bsize, tx_size, arg);
85 visit(plane, i, plane_bsize, tx_size, arg);
100 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob,
109 const int blocks_wide = num_4x4_blocks_wide_lookup[plane_bsize] +
126 const int blocks_high = num_4x4_blocks_high_lookup[plane_bsize] +
99 vp9_set_contexts(const MACROBLOCKD *xd, struct macroblockd_plane *pd, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob, int aoff, int loff) argument
H A Dvp9_blockd.h282 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsize][xss][yss]; local
283 return MIN(y_tx_size, max_txsize_lookup[plane_bsize]);
299 BLOCK_SIZE plane_bsize,
312 static INLINE void txfrm_block_to_raster_xy(BLOCK_SIZE plane_bsize, argument
315 const int bwl = b_width_log2(plane_bsize);
324 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob,
H A Dvp9_entropy.h143 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); local
145 num_4x4_blocks_wide_lookup[plane_bsize]);
147 num_4x4_blocks_high_lookup[plane_bsize]);
H A Dvp9_reconinter.c331 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, local
333 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize];
334 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];
557 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, local
559 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize];
560 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c49 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); local
50 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize];
51 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];
79 visit(plane, i, plane_bsize, tx_size, arg);
85 visit(plane, i, plane_bsize, tx_size, arg);
100 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob,
109 const int blocks_wide = num_4x4_blocks_wide_lookup[plane_bsize] +
126 const int blocks_high = num_4x4_blocks_high_lookup[plane_bsize] +
99 vp9_set_contexts(const MACROBLOCKD *xd, struct macroblockd_plane *pd, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob, int aoff, int loff) argument
H A Dvp9_entropy.h105 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); local
107 num_4x4_blocks_wide_lookup[plane_bsize]);
109 num_4x4_blocks_high_lookup[plane_bsize]);
H A Dvp9_blockd.h280 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsize][1][1];
281 return MIN(y_tx_size, max_txsize_lookup[plane_bsize]);
297 BLOCK_SIZE plane_bsize,
310 static INLINE void txfrm_block_to_raster_xy(BLOCK_SIZE plane_bsize,
313 const int bwl = b_width_log2(plane_bsize);
322 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob,
H A Dvp9_reconinter.c208 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, local
210 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize];
211 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];
391 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, local
393 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize];
394 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];

Completed in 391 milliseconds