Home
last modified time | relevance | path

Searched refs:ONLY_4X4 (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_enums.h70 ONLY_4X4 = 0, // only 4x4 transform used enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_picklpf.c84 if (cm->tx_mode != ONLY_4X4) in search_filter_level()
Dvp9_rdopt.c850 tx_cache[ONLY_4X4] = rd[TX_4X4][0]; in choose_txfm_size_from_rd()
4014 tx_cache[ONLY_4X4] = RDCOST(x->rdmult, x->rddiv, rate2, distortion2); in vp9_rd_pick_inter_mode_sub8x8()
4016 tx_cache[i] = tx_cache[ONLY_4X4]; in vp9_rd_pick_inter_mode_sub8x8()
4182 tx_cache[ONLY_4X4] = RDCOST(x->rdmult, x->rddiv, rate2, distortion2); in vp9_rd_pick_inter_mode_sub8x8()
4184 tx_cache[i] = tx_cache[ONLY_4X4]; in vp9_rd_pick_inter_mode_sub8x8()
4347 tx_cache[ALLOW_8X8] = tx_cache[ONLY_4X4]; in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c2449 cpi->common.tx_mode = ONLY_4X4; in switch_lossless_mode()
2507 return ONLY_4X4; in select_tx_mode()
3334 cm->tx_mode = ONLY_4X4; in vp9_encode_frame()
Dvp9_bitstream.c1121 cm->tx_mode = ONLY_4X4;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c1164 cm->tx_mode = xd->lossless ? ONLY_4X4 : read_tx_mode(&r); in read_compressed_header()