HomeSort by relevance Sort by last modified time
    Searched refs:curr_block (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
differ.cc 73 const uint8_t* curr_block = curr_block_row_start; local
79 *diff_info = BlockDifference(prev_block, curr_block, bytes_per_row_);
81 curr_block += block_x_offset;
88 *diff_info = DiffPartialBlock(prev_block, curr_block, bytes_per_row_,
104 const uint8_t* curr_block = curr_block_row_start; local
107 *diff_info = DiffPartialBlock(prev_block, curr_block,
111 curr_block += block_x_offset;
115 *diff_info = DiffPartialBlock(prev_block, curr_block, bytes_per_row_,
  /bootable/recovery/
fuse_sideload.c 86 uint32_t curr_block; // cache the block most recently read from the host member in struct:fuse_data
213 // Fetch a block from the host into fd->curr_block and fd->block_data.
216 if (block == fd->curr_block) {
222 fd->curr_block = block;
238 fd->curr_block = block;
259 fd->curr_block = -1;
384 fd.curr_block = -1;
  /external/chromium_org/third_party/opus/src/silk/
enc_API.c 157 opus_int transition, curr_block, tot_blocks; local
200 curr_block = 0;
446 if( tot_blocks == 2 && curr_block == 0 ) {
449 if( curr_block == 0 ) {
451 } else if( curr_block == 1 ) {
455 useCBR = encControl->useCBR && curr_block == tot_blocks - 1;
535 curr_block++;
  /external/libopus/silk/
enc_API.c 157 opus_int transition, curr_block, tot_blocks; local
200 curr_block = 0;
446 if( tot_blocks == 2 && curr_block == 0 ) {
449 if( curr_block == 0 ) {
451 } else if( curr_block == 1 ) {
455 useCBR = encControl->useCBR && curr_block == tot_blocks - 1;
535 curr_block++;

Completed in 151 milliseconds