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

1 2 3 4 5 6 7

  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.h 18 int vp9_decode_tokens(VP9D_COMP* pbi, vp9_reader *r, BLOCK_SIZE bsize);
vp9_decodemv.c 46 BLOCK_SIZE bsize, vp9_reader *r) {
48 const vp9_prob *tx_probs = get_tx_probs(bsize, context, &cm->fc.tx_probs);
50 if (tx_size != TX_4X4 && bsize >= BLOCK_16X16) {
52 if (tx_size != TX_8X8 && bsize >= BLOCK_32X32)
56 update_tx_counts(bsize, context, tx_size, &cm->counts.tx);
61 BLOCK_SIZE bsize, int allow_select,
66 if (allow_select && tx_mode == TX_MODE_SELECT && bsize >= BLOCK_8X8)
67 return read_selected_tx_size(cm, xd, bsize, r);
68 else if (tx_mode >= ALLOW_32X32 && bsize >= BLOCK_32X32)
70 else if (tx_mode >= ALLOW_16X16 && bsize >= BLOCK_16X16
98 const BLOCK_SIZE bsize = xd->this_mi->mbmi.sb_type; local
117 const BLOCK_SIZE bsize = xd->this_mi->mbmi.sb_type; local
158 const BLOCK_SIZE bsize = mbmi->sb_type; local
385 const BLOCK_SIZE bsize = mi->mbmi.sb_type; local
443 const BLOCK_SIZE bsize = mbmi->sb_type; local
674 const BLOCK_SIZE bsize = mi->mbmi.sb_type; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.h 55 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize);
56 void vp9_encode_sby(MACROBLOCK *x, BLOCK_SIZE bsize);
61 void vp9_subtract_sby(MACROBLOCK *x, BLOCK_SIZE bsize);
62 void vp9_subtract_sbuv(MACROBLOCK *x, BLOCK_SIZE bsize);
63 void vp9_subtract_sb(MACROBLOCK *x, BLOCK_SIZE bsize);
65 void vp9_encode_intra_block_y(MACROBLOCK *x, BLOCK_SIZE bsize);
66 void vp9_encode_intra_block_uv(MACROBLOCK *x, BLOCK_SIZE bsize);
vp9_tokenize.h 34 int vp9_sb_is_skippable(MACROBLOCKD *xd, BLOCK_SIZE bsize);
35 int vp9_is_skippable_in_plane(MACROBLOCKD *xd, BLOCK_SIZE bsize,
40 BLOCK_SIZE bsize);
vp9_rdopt.h 23 int *r, int64_t *d, BLOCK_SIZE bsize,
28 int *r, int64_t *d, BLOCK_SIZE bsize,