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

  /external/libvpx/libvpx/vp9/common/
vp9_common_data.c 106 TX_4X4, TX_4X4, TX_4X4,
112 TX_4X4, TX_4X4, TX_4X4,
113 TX_4X4, TX_4X4, TX_4X4,
119 TX_4X4, // ONLY_4X
    [all...]
vp9_entropy.h 130 return tx_size == TX_4X4 ? vp9_coefband_trans_4x4
159 case TX_4X4:
186 case TX_4X4:
vp9_enums.h 56 TX_4X4 = 0, // 4x4 dct transform
vp9_entropy.c 358 vp9_copy(cm->fc.coef_probs[TX_4X4], default_coef_probs_4x4);
422 for (t = TX_4X4; t <= TX_32X32; t++)
vp9_loopfilter.c 57 0xffffffffffffffff, // TX_4X4
81 0xffffffffffffffff, // TX_4X4
159 0xffff, // TX_4X4
166 0xffff, // TX_4X4
579 if (tx_size_y == TX_4X4) {
582 if (tx_size_uv == TX_4X4) {
629 if (tx_size_y == TX_4X4) {
788 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border;
789 lfm->left_y[TX_4X4] &= ~left_border;
790 lfm->above_y[TX_8X8] |= lfm->above_y[TX_4X4] & above_border
    [all...]
vp9_entropymode.c 284 ct_32x32p[0][0] = tx_count_32x32p[TX_4X4];
297 ct_16x16p[0][0] = tx_count_16x16p[TX_4X4];
305 ct_8x8p[0][0] = tx_count_8x8p[TX_4X4];
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeintra.c 25 : TX_4X4;
vp9_rdopt.c 122 for (t = TX_4X4; t <= TX_32X32; t++)
428 if (tx_size == TX_4X4) {
636 case TX_4X4:
749 for (n = TX_4X4; n <= max_tx_size; n++) {
765 for (n = TX_4X4; n <= max_tx_size; n++) {
782 rd[TX_32X32][1] < rd[TX_4X4][1]))) {
789 rd[TX_16X16][1] < rd[TX_4X4][1]))) {
794 (cm->tx_mode == TX_MODE_SELECT && rd[TX_8X8][1] < rd[TX_4X4][1])) {
797 mbmi->tx_size = TX_4X4;
804 tx_cache[ONLY_4X4] = rd[TX_4X4][0]
    [all...]
vp9_encodemb.c 399 case TX_4X4:
460 case TX_4X4:
624 case TX_4X4:
636 vp9_predict_intra_block(xd, block, bwl, TX_4X4, mode,
vp9_bitstream.c 196 vp9_write(w, tx_size != TX_4X4, tx_probs[0]);
197 if (tx_size != TX_4X4 && max_tx_size >= TX_16X16) {
708 for (t = TX_4X4; t <= TX_32X32; t++)
893 update_coef_probs_common(bc, cpi, TX_4X4);
    [all...]
vp9_encodeframe.c     [all...]
vp9_firstpass.c 725 xd->mi_8x8[0]->mbmi.tx_size = TX_4X4;
    [all...]
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 256 case TX_4X4:
571 for (tx_size = TX_4X4; tx_size <= max_tx_size; ++tx_size)
    [all...]
vp9_decodemv.c 69 if (tx_size != TX_4X4 && max_tx_size >= TX_16X16) {

Completed in 35 milliseconds