HomeSort by relevance Sort by last modified time
    Searched refs:bsize (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemb.h 23 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize);
24 void vp9_encode_sby_pass1(MACROBLOCK *x, BLOCK_SIZE bsize);
29 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
35 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
vp9_pickmode.h 25 BLOCK_SIZE bsize);
vp9_tokenize.h 43 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
48 BLOCK_SIZE bsize);
vp9_pickmode.c 31 BLOCK_SIZE bsize, int mi_row, int mi_col,
91 &cpi->fn_ptr[bsize], 1,
96 &cpi->fn_ptr[bsize], 1,
101 &cpi->fn_ptr[bsize], 1,
106 &cpi->fn_ptr[bsize], 1,
111 &cpi->fn_ptr[bsize], 1,
118 &cpi->fn_ptr[bsize],
135 BLOCK_SIZE bsize, int mi_row, int mi_col,
160 &cpi->fn_ptr[bsize],
179 static void model_rd_for_sb_y(VP9_COMP *cpi, BLOCK_SIZE bsize,
    [all...]
vp9_encodeframe.c 77 int mi_row, int mi_col, BLOCK_SIZE bsize);
172 BLOCK_SIZE bsize) {
178 const int mb_width = num_8x8_blocks_wide_lookup[bsize] >> 1;
179 const int mb_height = num_8x8_blocks_high_lookup[bsize] >> 1;
181 if (bsize <= BLOCK_16X16) {
199 BLOCK_SIZE bsize) {
201 return is_block_in_mb_map(cpi, mi_row, mi_col, bsize);
208 int mi_row, int mi_col, BLOCK_SIZE bsize) {
213 const int mi_width = num_8x8_blocks_wide_lookup[bsize];
214 const int mi_height = num_8x8_blocks_high_lookup[bsize];
2361 BLOCK_SIZE bsize; local
3040 BLOCK_SIZE bsize = cpi->sf.partition_search_type == FIXED_PARTITION ? local
3355 const BLOCK_SIZE bsize = mi->mbmi.sb_type; local
    [all...]
vp9_aq_cyclicrefresh.h 30 // Prior to coding a given prediction block, of size bsize at (mi_row, mi_col),
36 BLOCK_SIZE bsize, int use_rd);
vp9_rdopt.h 56 int *r, int64_t *d, BLOCK_SIZE bsize,
64 BLOCK_SIZE bsize,
73 BLOCK_SIZE bsize,
79 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size,
  /external/lz4/programs/
bench.h 34 void BMK_SetBlocksize(int bsize);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.h 23 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize);
24 void vp9_encode_sby_pass1(MACROBLOCK *x, BLOCK_SIZE bsize);
32 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
38 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
vp9_rdopt.h 28 int *r, int64_t *d, BLOCK_SIZE bsize,
36 BLOCK_SIZE bsize,
44 BLOCK_SIZE bsize,
54 BLOCK_SIZE bsize,
vp9_tokenize.h 43 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
48 BLOCK_SIZE bsize);
vp9_pickmode.h 31 BLOCK_SIZE bsize,
vp9_encodeframe.c 53 int mi_row, int mi_col, BLOCK_SIZE bsize,
138 int mi_row, int mi_col, BLOCK_SIZE bsize) {
143 const int mi_width = num_8x8_blocks_wide_lookup[bsize];
144 const int mi_height = num_8x8_blocks_high_lookup[bsize];
180 mbmi->segment_id = vp9_get_segment_id(cm, map, bsize, mi_row, mi_col);
193 BLOCK_SIZE bsize) {
194 const int block_width = num_8x8_blocks_wide_lookup[bsize];
195 const int block_height = num_8x8_blocks_high_lookup[bsize];
206 BLOCK_SIZE bsize) {
210 xd->mi[0]->mbmi.sb_type = bsize;
2466 BLOCK_SIZE bsize; local
3070 BLOCK_SIZE bsize; local
3504 const BLOCK_SIZE bsize = mi->mbmi.sb_type; local
    [all...]
vp9_aq_cyclicrefresh.h 30 // Prior to coding a given prediction block, of size bsize at (mi_row, mi_col),
36 BLOCK_SIZE bsize, int use_rd);
vp9_pickmode.c 110 BLOCK_SIZE bsize, int mi_row, int mi_col,
154 vp9_full_pixel_search(cpi, x, bsize, &mvp_full, step_param, sadpb, &ref_mv,
178 &cpi->fn_ptr[bsize],
195 static void model_rd_for_sb_y(VP9_COMP *cpi, BLOCK_SIZE bsize,
209 unsigned int var = cpi->fn_ptr[bsize].vf(p->src.buf, p->src.stride,
223 xd->mi[0]->mbmi.tx_size = MIN(max_txsize_lookup[bsize],
228 xd->mi[0]->mbmi.tx_size = MIN(max_txsize_lookup[bsize],
232 vp9_model_rd_from_var_lapndz(sse - var, 1 << num_pels_log2_lookup[bsize],
237 vp9_model_rd_from_var_lapndz(var, 1 << num_pels_log2_lookup[bsize],
260 BLOCK_SIZE bsize, int mi_row, int mi_col
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
types.h 60 #define mem_alloc(bsize) malloc(bsize)
65 #define mem_free(ptr, bsize) free(ptr)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
types.h 61 #define mem_alloc(bsize) malloc(bsize)
66 #define mem_free(ptr, bsize) free(ptr)
  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 40 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES;
41 bsize = static_cast<BLOCK_SIZE>(static_cast<int>(bsize) + 1)) {
42 const int block_width = 4 * num_4x4_blocks_wide_lookup[bsize];
43 const int block_height = 4 * num_4x4_blocks_high_lookup[bsize];
68 << ", bs = " << bsize; local
81 << ", bs = " << bsize; local
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp9_subtract_test.cc 40 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES;
41 bsize = static_cast<BLOCK_SIZE>(static_cast<int>(bsize) + 1)) {
42 const int block_width = 4 * num_4x4_blocks_wide_lookup[bsize];
43 const int block_height = 4 * num_4x4_blocks_high_lookup[bsize];
68 << ", bs = " << bsize; local
81 << ", bs = " << bsize; local
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.h 22 BLOCK_SIZE bsize);
25 BLOCK_SIZE bsize);
28 BLOCK_SIZE bsize);
31 BLOCK_SIZE bsize);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.h 22 BLOCK_SIZE bsize);
25 BLOCK_SIZE bsize);
28 BLOCK_SIZE bsize);
31 BLOCK_SIZE bsize);
  /external/mksh/src/
shf.c 52 ssize_t bsize = local
58 shf = alloc(sizeof(struct shf) + bsize, ATEMP);
61 shf->bsize = bsize;
129 ssize_t bsize = local
135 if (bsize) {
136 shf->buf = alloc(bsize, ATEMP);
141 shf = alloc(sizeof(struct shf) + bsize, ATEMP);
149 shf->rbsize = bsize;
151 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
164 ssize_t bsize = local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
DiskStatsService.java 89 long bsize = statfs.getBlockSize(); local
92 if (bsize <= 0 || total <= 0) {
94 "Invalid stat: bsize=" + bsize + " avail=" + avail + " total=" + total);
99 pw.print(avail * bsize / 1024);
101 pw.print(total * bsize / 1024);
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassHeaderReader.java 33 private int bsize = 0; field in class:ClassHeaderReader
56 bsize = 0;
144 if (amount > bsize) {
146 bsize += read(in, b, bsize, rounded - bsize);
147 if (amount > bsize)
  /system/core/adb/
framebuffer_service.cpp 60 unsigned int i, bsize; local
171 for(i = 0; i < fbinfo.size; i += bsize) {
172 bsize = sizeof(buf);
173 if (i + bsize > fbinfo.size)
174 bsize = fbinfo.size - i;
175 if(!ReadFdExactly(fd_screencap, buf, bsize)) goto done;
176 if(!WriteFdExactly(fd, buf, bsize)) goto done;

Completed in 493 milliseconds

1 2 3 4 5 6 7 8 910