Home
last modified time | relevance | path

Searched refs:plane_type (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h180 PLANE_TYPE plane_type; member
246 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type, in get_tx_type() argument
250 if (plane_type != PLANE_TYPE_Y || is_inter_block(mbmi)) in get_tx_type()
255 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type, in get_tx_type_4x4() argument
259 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(&mi->mbmi)) in get_tx_type_4x4()
Dvp9_loopfilter.c296 static void filter_selectively_vert_row2(PLANE_TYPE plane_type, in filter_selectively_vert_row2() argument
304 const int mask_shift = plane_type ? 4 : 8; in filter_selectively_vert_row2()
305 const int mask_cutoff = plane_type ? 0xf : 0xff; in filter_selectively_vert_row2()
306 const int lfl_forward = plane_type ? 4 : 8; in filter_selectively_vert_row2()
943 const TX_SIZE tx_size = (plane->plane_type == PLANE_TYPE_UV) in filter_block_plane_non420()
1052 if (!plane->plane_type) { in vp9_filter_block_plane()
1066 filter_selectively_vert_row2(plane->plane_type, in vp9_filter_block_plane()
1124 if (plane->plane_type == 1) { in vp9_filter_block_plane()
1139 filter_selectively_vert_row2(plane->plane_type, in vp9_filter_block_plane()
Dvp9_blockd.c145 xd->plane[i].plane_type = i ? PLANE_TYPE_UV : PLANE_TYPE_Y; in vp9_setup_block_planes()
/external/libvpx/libvpx/vp8/encoder/
Dtokenize.c386 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/
Dvp9_detokenize.c184 const scan_order *so = get_scan(xd, tx_size, pd->plane_type, block); in vp9_decode_block_tokens()
185 const int eob = decode_coefs(cm, xd, pd->plane_type, in vp9_decode_block_tokens()
Dvp9_decodeframe.c203 const PLANE_TYPE plane_type = pd->plane_type; in inverse_transform_block() local
206 tx_type = get_tx_type_4x4(plane_type, xd, block); in inverse_transform_block()
210 tx_type = get_tx_type(plane_type, xd); in inverse_transform_block()
214 tx_type = get_tx_type(plane_type, xd); in inverse_transform_block()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c114 const PLANE_TYPE type = pd->plane_type; in optimize_b()
626 tx_type = get_tx_type(pd->plane_type, xd); in encode_block_intra()
646 tx_type = get_tx_type(pd->plane_type, xd); in encode_block_intra()
666 tx_type = get_tx_type_4x4(pd->plane_type, xd, block); in encode_block_intra()
Dvp9_tokenize.c214 const PLANE_TYPE type = pd->plane_type; in tokenize_b()
Dvp9_rdopt.c262 const PLANE_TYPE type = pd->plane_type; in cost_coeffs()
438 args.so = get_scan(xd, tx_size, pd->plane_type, 0); in txfm_rd_in_plane()