Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c380 int num_part) in pack_tokens_into_partitions_c() argument
388 for (i = 0; i < num_part; i++) in pack_tokens_into_partitions_c()
396 for (mb_row = i; mb_row < cpi->common.mb_rows; mb_row += num_part) in pack_tokens_into_partitions_c()
1601 const int num_part = (1 << pc->multi_token_partition); in vp8_pack_bitstream() local
1604 if (num_part > 1) in vp8_pack_bitstream()
1607 validate_buffer(dp, 3 * (num_part - 1), cpi->partition_d_end[0], in vp8_pack_bitstream()
1610 cpi->partition_sz[0] += 3*(num_part-1); in vp8_pack_bitstream()
1612 for(i = 1; i < num_part; i++) in vp8_pack_bitstream()
1622 for(i = 0; i < num_part; i++) in vp8_pack_bitstream()
1632 for(i = 0; i < num_part+1; i++) in vp8_pack_bitstream()
[all …]
Dencodeframe.c380 const int num_part = (1 << cm->multi_token_partition); in encode_mb_row() local
398 if(num_part > 1) in encode_mb_row()
399 w= &cpi->bc[1 + (mb_row % num_part)]; in encode_mb_row()
725 const int num_part = (1 << cm->multi_token_partition); in vp8_encode_frame() local
790 for(i = 0; i < num_part; i++) in vp8_encode_frame()
937 for(i = 0; i < num_part; i++) in vp8_encode_frame()
Dethreading.c71 const int num_part = (1 << cm->multi_token_partition); in thread_encoding_proc() local
94 vp8_writer *w = &cpi->bc[1 + (mb_row % num_part)]; in thread_encoding_proc()
Donyx_if.c5117 const int num_part = (1 << cm->multi_token_partition); in vp8_get_compressed_data() local
5120 const int tok_part_buff_size = (dest_size * 9) / (10 * num_part); in vp8_get_compressed_data()
5128 for(i = 0; i < num_part; i++) in vp8_get_compressed_data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c507 int num_part = 1 << pc->multi_token_partition; in decode_mb_rows() local
554 if (num_part > 1) in decode_mb_rows()
559 if (ibc == num_part) in decode_mb_rows()
772 int num_part) in read_available_partition_size() argument
783 if (i < num_part - 1) in read_available_partition_size()
Dthreading.c304 int num_part = 1 << pbi->common.multi_token_partition; in mt_decode_mb_rows() local
347 xd->current_bc = &pbi->mbc[mb_row%num_part]; in mt_decode_mb_rows()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
Dvp8_packtokens_partitions_armv5.asm40 ; r3 int num_part
58 str r3, [sp, #20] ; save num_part