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

  /external/libaom/libaom/av1/encoder/
rdopt.h 73 int dst_stride, const BLOCK_SIZE tx_bsize, int bsw,
rdopt.c 2310 const BLOCK_SIZE tx_bsize = txsize_to_bsize[tx_size]; local
2487 const BLOCK_SIZE tx_bsize = txsize_to_bsize[tx_size]; local
3211 const BLOCK_SIZE tx_bsize = txsize_to_bsize[tx_size]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 469 const BLOCK_SIZE tx_bsize) {
473 const int tx_4x4_w = num_4x4_blocks_wide_lookup[tx_bsize];
474 const int tx_4x4_h = num_4x4_blocks_high_lookup[tx_bsize];
479 if (tx_bsize == BLOCK_4X4 ||
481 cpi->fn_ptr[tx_bsize].vf(src, src_stride, dst, dst_stride, &sse);
508 const BLOCK_SIZE tx_bsize) {
512 const int tx_4x4_w = num_4x4_blocks_wide_lookup[tx_bsize];
513 const int tx_4x4_h = num_4x4_blocks_high_lookup[tx_bsize];
518 if (tx_bsize == BLOCK_4X4 ||
579 const BLOCK_SIZE tx_bsize = txsize_to_bsize[tx_size] local
683 const BLOCK_SIZE tx_bsize = txsize_to_bsize[tx_size]; local
    [all...]

Completed in 175 milliseconds