Home
last modified time | relevance | path

Searched refs:num_part (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c300 int num_part) { in pack_tokens_into_partitions() argument
306 for (i = 0; i < num_part; ++i) { in pack_tokens_into_partitions()
313 for (mb_row = i; mb_row < cpi->common.mb_rows; mb_row += num_part) { in pack_tokens_into_partitions()
1355 const int num_part = (1 << pc->multi_token_partition); in vp8_pack_bitstream() local
1358 if (num_part > 1) { in vp8_pack_bitstream()
1360 validate_buffer(dp, 3 * (num_part - 1), cpi->partition_d_end[0], in vp8_pack_bitstream()
1363 cpi->partition_sz[0] += 3 * (num_part - 1); in vp8_pack_bitstream()
1365 for (i = 1; i < num_part; ++i) { in vp8_pack_bitstream()
1373 for (i = 0; i < num_part; ++i) { in vp8_pack_bitstream()
1382 for (i = 0; i < num_part + 1; ++i) { in vp8_pack_bitstream()
[all …]
Dencodeframe.c340 const int num_part = (1 << cm->multi_token_partition); in encode_mb_row() local
359 if (num_part > 1) in encode_mb_row()
360 w = &cpi->bc[1 + (mb_row % num_part)]; in encode_mb_row()
680 const int num_part = (1 << cm->multi_token_partition); in vp8_encode_frame() local
741 for (i = 0; i < num_part; ++i) { in vp8_encode_frame()
881 for (i = 0; i < num_part; ++i) { in vp8_encode_frame()
Dethreading.c61 const int num_part = (1 << cm->multi_token_partition); in thread_encoding_proc() local
86 vp8_writer *w = &cpi->bc[1 + (mb_row % num_part)]; in thread_encoding_proc()
Donyx_if.c5042 const int num_part = (1 << cm->multi_token_partition); in vp8_get_compressed_data() local
5045 const int tok_part_buff_size = (dest_size * 9) / (10 * num_part); in vp8_get_compressed_data()
5053 for (i = 0; i < num_part; ++i) { in vp8_get_compressed_data()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c443 int num_part = 1 << pc->multi_token_partition; in decode_mb_rows() local
487 if (num_part > 1) { in decode_mb_rows()
491 if (ibc == num_part) ibc = 0; in decode_mb_rows()
684 int i, int num_part) { in read_available_partition_size() argument
694 if (i < num_part - 1) { in read_available_partition_size()
Dthreading.c257 int num_part = 1 << pbi->common.multi_token_partition; in mt_decode_mb_rows() local
302 xd->current_bc = &pbi->mbc[mb_row % num_part]; in mt_decode_mb_rows()