Home
last modified time | relevance | path

Searched defs:tx_size (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c102 TX_SIZE tx_size, int ctx) { in optimize_b()
305 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant_fp()
356 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant_dc()
403 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant()
454 TX_SIZE tx_size, void *arg) { in encode_block()
532 TX_SIZE tx_size, void *arg) { in encode_block_pass1()
568 const TX_SIZE tx_size = plane ? get_uv_tx_size(mbmi, pd) : mbmi->tx_size; in vp9_encode_sb() local
579 TX_SIZE tx_size, void *arg) { in encode_block_intra()
706 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in vp9_encode_block_intra()
Dvp9_tokenize.c159 TX_SIZE tx_size, void *arg) { in set_entropy_context_b()
195 TX_SIZE tx_size) { in get_tx_eob()
201 TX_SIZE tx_size, void *arg) { in tokenize_b()
283 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in is_skippable()
Dvp9_bitstream.c83 TX_SIZE tx_size, BLOCK_SIZE bsize, in write_selected_tx_size()
484 static void build_tree_distribution(VP9_COMP *cpi, TX_SIZE tx_size, in build_tree_distribution()
512 TX_SIZE tx_size, in update_coef_probs_common()
667 TX_SIZE tx_size; in update_coef_probs() local
Dvp9_rd.c322 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size, in vp9_get_entropy_contexts()
Dvp9_rdopt.c255 TX_SIZE tx_size, in cost_coeffs()
326 static void dist_block(int plane, int block, TX_SIZE tx_size, in dist_block()
351 TX_SIZE tx_size, struct rdcost_block_args* args) { in rate_block()
362 TX_SIZE tx_size, void *arg) { in block_rd_txfm()
423 BLOCK_SIZE bsize, TX_SIZE tx_size, in txfm_rd_in_plane()
Dvp9_encodeframe.c3620 TX_SIZE tx_size; in encode_superblock() local
/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.h136 static INLINE const uint8_t *get_band_translate(TX_SIZE tx_size) { in get_band_translate()
163 static INLINE int get_entropy_context(TX_SIZE tx_size, const ENTROPY_CONTEXT *a, in get_entropy_context()
192 static INLINE const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, in get_scan()
Dvp9_blockd.c47 const TX_SIZE tx_size = plane ? get_uv_tx_size(mbmi, pd) in vp9_foreach_transformed_block_in_plane() local
100 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob, in vp9_set_contexts()
Dvp9_reconintra.c325 PREDICTION_MODE mode, TX_SIZE tx_size, in build_intra_predictors()
448 TX_SIZE tx_size, PREDICTION_MODE mode, in vp9_predict_intra_block()
Dvp9_entropy.c744 static void adapt_coef_probs(VP9_COMMON *cm, TX_SIZE tx_size, in adapt_coef_probs()
Dvp9_blockd.h126 TX_SIZE tx_size; member
303 TX_SIZE tx_size, int block, in txfrm_block_to_raster_xy()
Dvp9_loopfilter.c943 const TX_SIZE tx_size = (plane->plane_type == PLANE_TYPE_UV) in filter_block_plane_non420() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c54 int16_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq, in decode_coefs()
180 int x, int y, TX_SIZE tx_size, vp9_reader *r) { in vp9_decode_block_tokens()
Dvp9_decodeframe.c193 TX_SIZE tx_size, uint8_t *dst, int stride, in inverse_transform_block()
247 TX_SIZE tx_size, void *arg) { in predict_and_reconstruct_intra_block()
283 TX_SIZE tx_size, void *arg) { in reconstruct_inter_block()
493 TX_SIZE tx_size; in read_coef_probs() local
Dvp9_decodemv.c65 int tx_size = vp9_read(r, tx_probs[0]); in read_selected_tx_size() local