Searched refs:plane_type (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h185 PLANE_TYPE plane_type; member in struct:macroblockd_plane
256 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type, argument
260 if (plane_type != PLANE_TYPE_Y || is_inter_block(mbmi))
265 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type, argument
269 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(&mi->mbmi))
H A Dvp9_loopfilter.c296 static void filter_selectively_vert_row2(PLANE_TYPE plane_type, argument
304 const int mask_shift = plane_type ? 4 : 8;
305 const int mask_cutoff = plane_type ? 0xf : 0xff;
306 const int lfl_forward = plane_type ? 4 : 8;
943 const TX_SIZE tx_size = (plane->plane_type == PLANE_TYPE_UV)
1052 if (!plane->plane_type) {
1066 filter_selectively_vert_row2(plane->plane_type,
1124 if (plane->plane_type == 1) {
1139 filter_selectively_vert_row2(plane->plane_type,
H A Dvp9_blockd.c145 xd->plane[i].plane_type = i ? PLANE_TYPE_UV : PLANE_TYPE_Y;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h184 PLANE_TYPE plane_type; member in struct:macroblockd_plane
254 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type,
258 if (plane_type != PLANE_TYPE_Y || is_inter_block(mbmi))
263 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type,
267 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(&mi->mbmi))
H A Dvp9_blockd.c145 xd->plane[i].plane_type = i ? PLANE_TYPE_UV : PLANE_TYPE_Y;
151 xd->plane[3].plane_type = PLANE_TYPE_Y;
H A Dvp9_loopfilter.c296 static void filter_selectively_vert_row2(PLANE_TYPE plane_type, argument
304 const int mask_shift = plane_type ? 4 : 8;
305 const int mask_cutoff = plane_type ? 0xf : 0xff;
306 const int lfl_forward = plane_type ? 4 : 8;
941 const TX_SIZE tx_size = (plane->plane_type == PLANE_TYPE_UV)
1050 if (!plane->plane_type) {
1064 filter_selectively_vert_row2(plane->plane_type,
1122 if (plane->plane_type == 1) {
1137 filter_selectively_vert_row2(plane->plane_type,
/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dlibyuv_unittest.cc48 PlaneType plane_type = static_cast<PlaneType>(plane_num); local
51 ret += PrintBuffer(frame->buffer(plane_type), width, height,
52 frame->stride(plane_type));
68 PlaneType plane_type = static_cast<PlaneType>(plane_num); local
69 uint8_t *data = frame->buffer(plane_type);
74 data += frame->stride(plane_type);
H A Dwebrtc_libyuv.cc111 PlaneType plane_type = static_cast<PlaneType>(planeNum); local
112 const uint8_t* plane_buffer = frame.buffer(plane_type);
118 plane_buffer += frame.stride(plane_type);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dtokenize.c386 int plane_type; local
409 plane_type = 3;
413 plane_type = 0;
416 tokenize1st_order_b(x, t, plane_type, cpi);
572 int plane_type; local
574 plane_type = 3;
580 plane_type = 0;
586 L + vp8_block2left[b], plane_type, cpi, x);
/external/libvpx/libvpx/vp8/encoder/
H A Dtokenize.c386 int plane_type; local
409 plane_type = 3;
413 plane_type = 0;
416 tokenize1st_order_b(x, t, plane_type, cpi);
572 int plane_type; local
574 plane_type = 3;
580 plane_type = 0;
586 L + vp8_block2left[b], plane_type, cpi, x);
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
H A Dvideo_processing_unittest.cc350 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane); local
351 int allocated_size1 = frame1.allocated_size(plane_type);
352 int allocated_size2 = frame2.allocated_size(plane_type);
355 const uint8_t* plane_buffer1 = frame1.buffer(plane_type);
356 const uint8_t* plane_buffer2 = frame2.buffer(plane_type);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_detokenize.c209 const scan_order *so = get_scan(xd, tx_size, pd->plane_type, block);
210 const int eob = decode_coefs(cm, xd, pd->plane_type,
H A Dvp9_decodeframe.c203 const PLANE_TYPE plane_type = pd->plane_type; local
206 tx_type = get_tx_type_4x4(plane_type, xd, block);
210 tx_type = get_tx_type(plane_type, xd);
214 tx_type = get_tx_type(plane_type, xd);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.c203 const scan_order *so = get_scan(xd, tx_size, pd->plane_type, block);
204 const int eob = decode_coefs(cm, xd, pd->plane_type,
H A Dvp9_decodeframe.c196 const PLANE_TYPE plane_type = pd->plane_type; local
200 tx_type = get_tx_type_4x4(plane_type, xd, block);
207 tx_type = get_tx_type(plane_type, xd);
211 tx_type = get_tx_type(plane_type, xd);
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc79 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane); local
80 int allocated_size1 = frame1.allocated_size(plane_type);
81 int allocated_size2 = frame2.allocated_size(plane_type);
84 const uint8_t* plane_buffer1 = frame1.buffer(plane_type);
85 const uint8_t* plane_buffer2 = frame2.buffer(plane_type);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c126 PLANE_TYPE type = pd->plane_type;
523 tx_type = get_tx_type(pd->plane_type, xd);
543 tx_type = get_tx_type(pd->plane_type, xd);
563 tx_type = get_tx_type_4x4(pd->plane_type, xd, block);
H A Dvp9_tokenize.c223 const PLANE_TYPE type = pd->plane_type;
H A Dvp9_rdopt.c562 const PLANE_TYPE type = pd->plane_type;
756 args.so = get_scan(xd, tx_size, pd->plane_type, 0);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemb.c114 const PLANE_TYPE type = pd->plane_type;
646 tx_type = get_tx_type(pd->plane_type, xd);
666 tx_type = get_tx_type(pd->plane_type, xd);
686 tx_type = get_tx_type_4x4(pd->plane_type, xd, block);
H A Dvp9_tokenize.c307 const PLANE_TYPE type = pd->plane_type;
H A Dvp9_rdopt.c290 const PLANE_TYPE type = pd->plane_type;
470 args.so = get_scan(xd, tx_size, pd->plane_type, 0);

Completed in 3719 milliseconds