HomeSort by relevance Sort by last modified time
    Searched refs:plane_type (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_blockd.h 47 } PLANE_TYPE;
184 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))
vp9_blockd.c 145 xd->plane[i].plane_type = i ? PLANE_TYPE_UV : PLANE_TYPE_Y;
151 xd->plane[3].plane_type = PLANE_TYPE_Y;
vp9_loopfilter.c 296 static void filter_selectively_vert_row2(PLANE_TYPE plane_type,
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;
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 47 } PLANE_TYPE;
184 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))
vp9_blockd.c 145 xd->plane[i].plane_type = i ? PLANE_TYPE_UV : PLANE_TYPE_Y;
151 xd->plane[3].plane_type = PLANE_TYPE_Y;
vp9_loopfilter.c 296 static void filter_selectively_vert_row2(PLANE_TYPE plane_type,
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;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 47 } PLANE_TYPE;
184 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))
vp9_blockd.c 145 xd->plane[i].plane_type = i ? PLANE_TYPE_UV : PLANE_TYPE_Y;
151 xd->plane[3].plane_type = PLANE_TYPE_Y;
vp9_loopfilter.c 296 static void filter_selectively_vert_row2(PLANE_TYPE plane_type,
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;
    [all...]
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
libyuv_unittest.cc 48 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);
webrtc_libyuv.cc 111 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/
tokenize.c 386 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/
tokenize.c 386 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
tokenize.c 386 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/
video_processing_unittest.cc 367 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane); local
368 int allocated_size1 = frame1.allocated_size(plane_type);
369 int allocated_size2 = frame2.allocated_size(plane_type);
372 const uint8_t* plane_buffer1 = frame1.buffer(plane_type);
373 const uint8_t* plane_buffer2 = frame2.buffer(plane_type);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_detokenize.c 82 static int decode_coefs(VP9_COMMON *cm, const MACROBLOCKD *xd, PLANE_TYPE type,
203 const scan_order *so = get_scan(xd, tx_size, pd->plane_type, block);
204 const int eob = decode_coefs(cm, xd, pd->plane_type,
vp9_decodeframe.c 198 const PLANE_TYPE plane_type = pd->plane_type; local
202 tx_type = get_tx_type_4x4(plane_type, xd, block);
209 tx_type = get_tx_type(plane_type, xd);
213 tx_type = get_tx_type(plane_type, xd);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 82 static int decode_coefs(VP9_COMMON *cm, const MACROBLOCKD *xd, PLANE_TYPE type,
203 const scan_order *so = get_scan(xd, tx_size, pd->plane_type, block);
204 const int eob = decode_coefs(cm, xd, pd->plane_type,
vp9_decodeframe.c 196 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);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_detokenize.c 82 static int decode_coefs(VP9_COMMON *cm, const MACROBLOCKD *xd, PLANE_TYPE type,
203 const scan_order *so = get_scan(xd, tx_size, pd->plane_type, block);
204 const int eob = decode_coefs(cm, xd, pd->plane_type,
vp9_decodeframe.c 198 const PLANE_TYPE plane_type = pd->plane_type; local
202 tx_type = get_tx_type_4x4(plane_type, xd, block);
209 tx_type = get_tx_type(plane_type, xd);
213 tx_type = get_tx_type(plane_type, xd);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 79 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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemb.c 114 const PLANE_TYPE type = pd->plane_type;
511 tx_type = get_tx_type(pd->plane_type, xd);
531 tx_type = get_tx_type(pd->plane_type, xd);
551 tx_type = get_tx_type_4x4(pd->plane_type, xd, block);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 126 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemb.c 126 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);

Completed in 1856 milliseconds

1 2