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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.cpp 81 Int offsetc = (offset >> 2) + (ind_x << 2); /* offset for chrom */ local
161 rec = currVop->uChan + offsetc;
162 input = inputFrame->uChan + offsetc;
182 rec = currVop->vChan + offsetc;
183 input = inputFrame->vChan + offsetc;
312 Int offsetc = (offset >> 2) + (ind_x << 2); /* offset for chrom */ local
388 rec = currVop->uChan + offsetc;
389 input = inputFrame->uChan + offsetc;
404 rec = currVop->vChan + offsetc;
405 input = inputFrame->vChan + offsetc;
    [all...]
  /external/libaom/libaom/av1/encoder/
tokenize.c 176 const int offsetc = blk_col + col; local
178 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue;
180 tokenize_vartx(td, t, dry_run, sub_txs, plane_bsize, offsetr, offsetc,
encodemb.c 342 const int offsetc = blk_col + col; local
344 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue;
346 encode_block_inter(plane, block, offsetr, offsetc, plane_bsize, sub_txs,
bitstream.c 190 int offsetc = blk_col + col; local
191 write_tx_size_vartx(xd, mbmi, sub_txs, depth + 1, offsetr, offsetc, w);
403 const int offsetc = blk_col + c; local
404 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue;
406 bit_depth, block, offsetr, offsetc, sub_txs,
    [all...]
encodeframe.c 5832 int offsetc = col; local
5893 const int offsetc = blk_col + col; local
    [all...]
rdopt.c 5260 const int offsetc = blk_col + c; local
5558 const int offsetc = blk_col + col; local
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 324 const int offsetc = blk_col + col; local
326 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue;
329 offsetc, block, sub_txs, eob_total);
1324 int offsetc = blk_col + col; local
    [all...]
  /external/libaom/libaom/av1/common/
av1_loopfilter.c 881 const int offsetc = blk_col + col; local
    [all...]

Completed in 432 milliseconds