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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 480 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_VERT); local
485 get_plane_block_size(subsize, &xd->plane[1]) < BLOCK_INVALID) {
486 set_block_size(cpi, x, xd, mi_row, mi_col, subsize);
487 set_block_size(cpi, x, xd, mi_row, mi_col + block_width / 2, subsize);
493 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ); local
498 get_plane_block_size(subsize, &xd->plane[1]) < BLOCK_INVALID) {
499 set_block_size(cpi, x, xd, mi_row, mi_col, subsize);
500 set_block_size(cpi, x, xd, mi_row + block_height / 2, mi_col, subsize);
865 BLOCK_SIZE subsize local
1037 BLOCK_SIZE subsize; local
1088 BLOCK_SIZE subsize; local
2134 BLOCK_SIZE subsize = bsize; local
2473 BLOCK_SIZE subsize; local
2545 BLOCK_SIZE subsize; local
3108 BLOCK_SIZE subsize; local
3766 BLOCK_SIZE subsize = get_subsize(bsize, partition); local
3827 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_SPLIT); local
3847 BLOCK_SIZE subsize = bsize; local
4092 BLOCK_SIZE subsize; local
4226 BLOCK_SIZE subsize; local
    [all...]
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...]
  /system/chre/external/kiss_fft/
kiss_fftr.c 31 size_t subsize, memneeded; local
39 kiss_fft_alloc (nfft, inverse_fft, NULL, &subsize);
40 memneeded = sizeof(struct kiss_fftr_state) + subsize + sizeof(kiss_fft_cpx) * (size_t)( nfft * 3 / 2);
53 st->tmpbuf = (kiss_fft_cpx *) (((char *) st->substate) + subsize);
55 kiss_fft_alloc(nfft, inverse_fft, st->substate, &subsize);
  /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_onyxc_int.h 376 int mi_col, BLOCK_SIZE subsize,
387 memset(above_ctx, partition_context_lookup[subsize].above, bs);
388 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/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 860 int mi_col, BLOCK_SIZE subsize,
869 memset(above_ctx, partition_context_lookup[subsize].above, bw);
870 memset(left_ctx, partition_context_lookup[subsize].left, bw);
905 BLOCK_SIZE subsize; local
    [all...]

Completed in 3669 milliseconds