HomeSort by relevance Sort by last modified time
    Searched refs:plane_bsize (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_detokenize.h 23 int plane, int block, BLOCK_SIZE plane_bsize,
vp9_detokenize.c 204 int plane, int block, BLOCK_SIZE plane_bsize,
213 vp9_set_contexts(xd, pd, plane_bsize, tx_size, eob > 0, x, y);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemb.h 26 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,
vp9_encodemb.c 57 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_SIZE tx_size)
    [all...]
vp9_tokenize.c 251 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize,
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,
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;
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.h 23 int plane, int block, BLOCK_SIZE plane_bsize,
vp9_detokenize.c 198 int plane, int block, BLOCK_SIZE plane_bsize,
207 vp9_set_contexts(xd, pd, plane_bsize, tx_size, eob > 0, x, y);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_detokenize.h 23 int plane, int block, BLOCK_SIZE plane_bsize,
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.h 27 BLOCK_SIZE plane_bsize, TX_SIZE tx_size);
32 BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
vp9_encodemb.c 57 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,
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,
379 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j);
393 vp9_xform_quant(x, plane, block, plane_bsize, tx_size)
    [all...]
vp9_tokenize.c 167 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize,
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,
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,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemb.h 27 BLOCK_SIZE plane_bsize, TX_SIZE tx_size);
32 BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
vp9_encodemb.c 57 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,
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,
379 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j);
393 vp9_xform_quant(x, plane, block, plane_bsize, tx_size)
    [all...]
vp9_tokenize.c 167 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize,
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,
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,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_blockd.c 49 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] +
vp9_blockd.h 282 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,
315 const int bwl = b_width_log2(plane_bsize);
324 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob,
vp9_entropy.h 143 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]);
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.c 49 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] +
vp9_entropy.h 105 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]);
vp9_blockd.h 280 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,
vp9_reconinter.c 208 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];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.c 49 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] +
vp9_entropy.h 105 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]);
vp9_blockd.h 280 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,
vp9_reconinter.c 208 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 389 milliseconds

1 2