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

  /external/libaom/libaom/av1/common/
onyxc_int.h 906 int mi_col, BLOCK_SIZE subsize,
914 memset(above_ctx, partition_context_lookup[subsize].above, bw);
915 memset(left_ctx, partition_context_lookup[subsize].left, bh);
1283 const BLOCK_SIZE subsize = mi[0]->sb_type; local
    [all...]
av1_loopfilter.c 951 const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 491 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_VERT); local
496 get_plane_block_size(subsize, &xd->plane[1]) < BLOCK_INVALID) {
497 set_block_size(cpi, x, xd, mi_row, mi_col, subsize);
498 set_block_size(cpi, x, xd, mi_row, mi_col + block_width / 2, subsize);
504 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ); local
509 get_plane_block_size(subsize, &xd->plane[1]) < BLOCK_INVALID) {
510 set_block_size(cpi, x, xd, mi_row, mi_col, subsize);
511 set_block_size(cpi, x, xd, mi_row + block_height / 2, mi_col, subsize);
882 BLOCK_SIZE subsize; local
1056 BLOCK_SIZE subsize; local
1107 BLOCK_SIZE subsize; local
2181 BLOCK_SIZE subsize = bsize; local
2520 BLOCK_SIZE subsize; local
2592 BLOCK_SIZE subsize; local
3351 const BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_SPLIT); local
3548 const BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_SPLIT); local
3658 BLOCK_SIZE subsize; local
4484 BLOCK_SIZE subsize = get_subsize(bsize, partition); local
4545 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_SPLIT); local
4583 const BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_SPLIT); local
4637 BLOCK_SIZE subsize = bsize; local
4903 BLOCK_SIZE subsize; local
5037 BLOCK_SIZE subsize; local
    [all...]
vp9_segmentation.c 185 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize]; local
196 mi_row + mi_dr, mi_col + mi_dc, subsize);
vp9_bitstream.c 430 BLOCK_SIZE subsize; local
439 subsize = get_subsize(bsize, partition);
440 if (subsize < BLOCK_8X8) {
465 write_modes_sb(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, subsize,
468 subsize, max_mv_magnitude, interp_filter_selected);
470 subsize, max_mv_magnitude, interp_filter_selected);
472 subsize, max_mv_magnitude, interp_filter_selected);
480 update_partition_context(xd, mi_row, mi_col, subsize, bsize);
    [all...]
  /external/speex/libspeexdsp/
kiss_fftr.c 36 size_t subsize, memneeded; local
44 kiss_fft_alloc (nfft, inverse_fft, NULL, &subsize);
45 memneeded = sizeof(struct kiss_fftr_state) + subsize + sizeof(kiss_fft_cpx) * ( nfft * 2);
58 st->tmpbuf = (kiss_fft_cpx *) (((char *) st->substate) + subsize);
60 kiss_fft_alloc(nfft, inverse_fft, st->substate, &subsize);
  /external/libaom/libaom/av1/encoder/
encodeframe.c 1524 const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition); local
1710 const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition); local
1977 const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition); local
2298 BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); local
2318 BLOCK_SIZE subsize; local
2738 const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); local
3125 BLOCK_SIZE subsize; local
    [all...]
partition_strategy.c 68 const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); local
75 const unsigned int sub_var = cpi->fn_ptr[subsize].vf(
238 BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); local
245 cpi, x, pc_tree, sub_mi_row, sub_mi_col, subsize, ref_list, num_refs,
251 subsize = get_partition_subsize(bsize, PARTITION_HORZ);
257 cpi, x, pc_tree, sub_mi_row, sub_mi_col, subsize, ref_list, num_refs,
264 subsize = get_partition_subsize(bsize, PARTITION_VERT);
270 cpi, x, pc_tree, sub_mi_row, sub_mi_col, subsize, ref_list, num_refs,
482 const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); local
490 cpi, x, pc_tree, sub_mi_row, sub_mi_col, subsize, ref_list, num_refs
    [all...]
var_based_part.c 233 BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_VERT); local
238 get_plane_block_size(subsize, xd->plane[1].subsampling_x,
240 set_block_size(cpi, x, xd, mi_row, mi_col, subsize);
241 set_block_size(cpi, x, xd, mi_row, mi_col + block_width / 2, subsize);
247 BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_HORZ); local
252 get_plane_block_size(subsize, xd->plane[1].subsampling_x,
254 set_block_size(cpi, x, xd, mi_row, mi_col, subsize);
255 set_block_size(cpi, x, xd, mi_row + block_height / 2, mi_col, subsize);
segmentation.c 152 const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); local
161 mi_row + mi_dr, mi_col + mi_dc, subsize);
rdopt.c 1408 const BLOCK_SIZE subsize = (BLOCK_SIZE)f_index; local
    [all...]
bitstream.c 1594 const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition); local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1127 BLOCK_SIZE subsize; local
1183 BLOCK_SIZE subsize; local
1235 BLOCK_SIZE subsize; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 386 int mi_col, BLOCK_SIZE subsize,
397 memset(above_ctx, partition_context_lookup[subsize].above, bs);
398 memset(left_ctx, partition_context_lookup[subsize].left, bs);
vp9_mfqe.c 219 const BLOCK_SIZE subsize = get_subsize(bs, partition); local
320 mfqe_partition(cm, mi, subsize, y, u, v, y_stride, uv_stride, yd, ud, vd,
322 mfqe_partition(cm, mi + mi_offset, subsize, y + y_offset, u + uv_offset,
325 mfqe_partition(cm, mi + mi_offset * cm->mi_stride, subsize,
330 mfqe_partition(cm, mi + mi_offset * cm->mi_stride + mi_offset, subsize,
  /external/libaom/libaom/av1/decoder/
decodeframe.c 1742 BLOCK_SIZE subsize; local
    [all...]

Completed in 262 milliseconds