Searched refs:subsize (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c51 static INLINE uint8_t *get_sb_index(MACROBLOCK *x, BLOCK_SIZE subsize) { argument
52 switch (subsize) {
452 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_VERT); local
453 set_block_size(cpi, tile, mi_row, mi_col, subsize);
454 set_block_size(cpi, tile, mi_row, mi_col + block_width / 2, subsize);
462 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ); local
463 set_block_size(cpi, tile, mi_row, mi_col, subsize);
464 set_block_size(cpi, tile, mi_row + block_height / 2, mi_col, subsize);
1255 BLOCK_SIZE subsize; local
1262 subsize
1484 BLOCK_SIZE subsize; local
1570 BLOCK_SIZE subsize; local
2011 BLOCK_SIZE subsize; local
2580 fill_mode_info_sb(VP9_COMMON *cm, MACROBLOCK *x, int mi_row, int mi_col, BLOCK_SIZE bsize, BLOCK_SIZE subsize) argument
2653 BLOCK_SIZE subsize; local
2924 BLOCK_SIZE subsize; local
[all...]
H A Dvp9_segmentation.c198 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize]; local
210 mi_row + mi_dr, mi_col + mi_dc, subsize);
H A Dvp9_bitstream.c426 BLOCK_SIZE subsize; local
434 subsize = get_subsize(bsize, partition);
435 if (subsize < BLOCK_8X8) {
453 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col, subsize);
455 subsize);
457 subsize);
459 subsize);
469 update_partition_context(xd, mi_row, mi_col, subsize, bsize);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_blockd.h247 const BLOCK_SIZE subsize = subsize_lookup[partition][bsize]; local
248 assert(subsize < BLOCK_SIZES);
249 return subsize;
H A Dvp9_onyxc_int.h301 BLOCK_SIZE subsize,
312 vpx_memset(above_ctx, partition_context_lookup[subsize].above, bs);
313 vpx_memset(left_ctx, partition_context_lookup[subsize].left, bs);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c411 BLOCK_SIZE subsize; local
417 subsize = get_subsize(bsize, partition);
418 if (subsize < BLOCK_8X8) {
419 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
423 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
426 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
428 decode_block(cm, xd, tile, mi_row + hbs, mi_col, r, subsize);
431 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
433 decode_block(cm, xd, tile, mi_row, mi_col + hbs, r, subsize);
436 decode_partition(cm, xd, tile, mi_row, mi_col, r, subsize);
[all...]

Completed in 57 milliseconds