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

  /external/speex/libspeex/
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/libvpx/libvpx/vp9/common/
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/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 172 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize]; local
183 mi_row + mi_dr, mi_col + mi_dc, subsize);
vp9_bitstream.c 429 BLOCK_SIZE subsize; local
438 subsize = get_subsize(bsize, partition);
439 if (subsize < BLOCK_8X8) {
463 write_modes_sb(cpi, xd, tile, w, tok, tok_end, mi_row, mi_col, subsize,
466 subsize, max_mv_magnitude, interp_filter_selected);
468 subsize, max_mv_magnitude, interp_filter_selected);
470 subsize, max_mv_magnitude, interp_filter_selected);
479 update_partition_context(xd, mi_row, mi_col, subsize, bsize);
    [all...]
vp9_encodeframe.c 462 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_VERT); local
467 get_plane_block_size(subsize, &xd->plane[1]) < BLOCK_INVALID) {
468 set_block_size(cpi, x, xd, mi_row, mi_col, subsize);
469 set_block_size(cpi, x, xd, mi_row, mi_col + block_width / 2, subsize);
475 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ); local
480 get_plane_block_size(subsize, &xd->plane[1]) < BLOCK_INVALID) {
481 set_block_size(cpi, x, xd, mi_row, mi_col, subsize);
482 set_block_size(cpi, x, xd, mi_row + block_height / 2, mi_col, subsize);
853 BLOCK_SIZE subsize; local
859 subsize = get_subsize(bsize, partition)
927 BLOCK_SIZE subsize; local
1917 BLOCK_SIZE subsize = bsize; local
2256 BLOCK_SIZE subsize; local
2328 BLOCK_SIZE subsize; local
2891 BLOCK_SIZE subsize; local
3549 BLOCK_SIZE subsize = get_subsize(bsize, partition); local
3610 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_SPLIT); local
3630 BLOCK_SIZE subsize = bsize; local
3872 BLOCK_SIZE subsize; local
4004 BLOCK_SIZE subsize; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 876 int mi_col, BLOCK_SIZE subsize,
921 BLOCK_SIZE subsize; local
    [all...]

Completed in 2474 milliseconds