Searched refs:plane_type (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 122 PLANE_TYPE plane_type; member 210 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type, in get_tx_type() argument 214 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(mbmi)) in get_tx_type() 220 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type, in get_tx_type_4x4() argument 224 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(&mi->mbmi)) in get_tx_type_4x4()
|
D | vp9_blockd.c | 132 xd->plane[i].plane_type = i ? PLANE_TYPE_UV : PLANE_TYPE_Y; in vp9_setup_block_planes()
|
D | vp9_onyxc_int.h | 360 if (xd->plane[i].plane_type == PLANE_TYPE_Y) { in vp9_init_macroblockd()
|
D | vp9_loopfilter.c | 1191 const TX_SIZE tx_size = (plane->plane_type == PLANE_TYPE_UV) in vp9_filter_block_plane_non420() 1440 if (plane->plane_type == 1) { in vp9_filter_block_plane_ss11()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | tokenize.c | 386 int plane_type; in vp8_tokenize_mb() local 409 plane_type = 3; in vp8_tokenize_mb() 413 plane_type = 0; in vp8_tokenize_mb() 416 tokenize1st_order_b(x, t, plane_type, cpi); in vp8_tokenize_mb() 572 int plane_type; in vp8_stuff_mb() local 574 plane_type = 3; in vp8_stuff_mb() 580 plane_type = 0; in vp8_stuff_mb() 586 L + vp8_block2left[b], plane_type, cpi, x); in vp8_stuff_mb()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 262 const int eob = decode_coefs(xd, pd->plane_type, in vp9_decode_block_tokens()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 506 const PLANE_TYPE type = pd->plane_type; in tokenize_b()
|
D | vp9_encodemb.c | 102 const PLANE_TYPE type = pd->plane_type; in optimize_b() 792 tx_type = get_tx_type_4x4(pd->plane_type, xd, block); in vp9_encode_block_intra() 800 tx_type = get_tx_type(pd->plane_type, xd); in vp9_encode_block_intra()
|
D | vp9_rdopt.c | 344 const PLANE_TYPE type = pd->plane_type; in cost_coeffs() 572 args.so = get_scan(xd, tx_size, pd->plane_type, 0); in txfm_rd_in_plane()
|