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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
invtrans.h 40 static void vp8_inverse_transform_mby(MACROBLOCKD *xd)
42 short *DQC = xd->dequant_y1;
44 if (xd->mode_info_context->mbmi.mode != SPLITMV)
47 if (xd->eobs[24] > 1)
50 (&xd->block[24].dqcoeff[0], xd->qcoeff);
55 (&xd->block[24].dqcoeff[0], xd->qcoeff);
57 eob_adjust(xd->eobs, xd->qcoeff)
    [all...]
reconintra4x4.h 20 static void intra_prediction_down_copy(MACROBLOCKD *xd,
23 int dst_stride = xd->dst.y_stride;
24 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16;
  /external/libvpx/libvpx/vp8/common/
invtrans.h 40 static void vp8_inverse_transform_mby(MACROBLOCKD *xd)
42 short *DQC = xd->dequant_y1;
44 if (xd->mode_info_context->mbmi.mode != SPLITMV)
47 if (xd->eobs[24] > 1)
50 (&xd->block[24].dqcoeff[0], xd->qcoeff);
55 (&xd->block[24].dqcoeff[0], xd->qcoeff);
57 eob_adjust(xd->eobs, xd->qcoeff)
    [all...]
reconintra4x4.h 20 static void intra_prediction_down_copy(MACROBLOCKD *xd,
23 int dst_stride = xd->dst.y_stride;
24 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
invtrans.h 40 static void vp8_inverse_transform_mby(MACROBLOCKD *xd)
42 short *DQC = xd->dequant_y1;
44 if (xd->mode_info_context->mbmi.mode != SPLITMV)
47 if (xd->eobs[24] > 1)
50 (&xd->block[24].dqcoeff[0], xd->qcoeff);
55 (&xd->block[24].dqcoeff[0], xd->qcoeff);
57 eob_adjust(xd->eobs, xd->qcoeff)
    [all...]
reconintra4x4.h 20 static void intra_prediction_down_copy(MACROBLOCKD *xd,
23 int dst_stride = xd->dst.y_stride;
24 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_pred_common.h 21 static INLINE const MODE_INFO *get_above_mi(const MACROBLOCKD *const xd) {
22 return xd->up_available ? xd->mi[-xd->mi_stride].src_mi : NULL;
25 static INLINE const MODE_INFO *get_left_mi(const MACROBLOCKD *const xd) {
26 return xd->left_available ? xd->mi[-1].src_mi : NULL;
32 static INLINE int vp9_get_pred_context_seg_id(const MACROBLOCKD *xd) {
33 const MODE_INFO *const above_mi = get_above_mi(xd);
34 const MODE_INFO *const left_mi = get_left_mi(xd);
    [all...]
vp9_blockd.c 40 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane,
42 const struct macroblockd_plane *const pd = &xd->plane[plane];
43 const MB_MODE_INFO* mbmi = &xd->mi[0].src_mi->mbmi;
58 if (xd->mb_to_right_edge < 0 || xd->mb_to_bottom_edge < 0) {
64 // xd->mb_to_right_edge is in units of pixels * 8. This converts
66 if (xd->mb_to_right_edge < 0)
67 max_blocks_wide += (xd->mb_to_right_edge >> (5 + pd->subsampling_x));
69 if (xd->mb_to_bottom_edge < 0)
70 max_blocks_high += (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y))
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 21 static INLINE const MODE_INFO *get_above_mi(const MACROBLOCKD *const xd) {
22 return xd->up_available ? xd->mi[-xd->mi_stride] : NULL;
25 static INLINE const MODE_INFO *get_left_mi(const MACROBLOCKD *const xd) {
26 return xd->left_available ? xd->mi[-1] : NULL;
32 static INLINE int vp9_get_pred_context_seg_id(const MACROBLOCKD *xd) {
33 const MODE_INFO *const above_mi = get_above_mi(xd);
34 const MODE_INFO *const left_mi = get_left_mi(xd);
    [all...]
vp9_mvref_common.h 25 static INLINE void clamp_mv2(MV *mv, const MACROBLOCKD *xd) {
26 clamp_mv(mv, xd->mb_to_left_edge - LEFT_TOP_MARGIN,
27 xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN,
28 xd->mb_to_top_edge - LEFT_TOP_MARGIN,
29 xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN);
32 void vp9_find_mv_refs(const VP9_COMMON *cm, const MACROBLOCKD *xd,
40 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp,
43 void vp9_append_sub8x8_mvs_for_idx(VP9_COMMON *cm, MACROBLOCKD *xd,
vp9_blockd.c 40 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane,
42 const struct macroblockd_plane *const pd = &xd->plane[plane];
43 const MB_MODE_INFO* mbmi = &xd->mi[0]->mbmi;
58 if (xd->mb_to_right_edge < 0 || xd->mb_to_bottom_edge < 0) {
64 // xd->mb_to_right_edge is in units of pixels * 8. This converts
66 if (xd->mb_to_right_edge < 0)
67 max_blocks_wide += (xd->mb_to_right_edge >> (5 + pd->subsampling_x));
69 if (xd->mb_to_bottom_edge < 0)
70 max_blocks_high += (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.h 21 static INLINE const MODE_INFO *get_above_mi(const MACROBLOCKD *const xd) {
22 return xd->up_available ? xd->mi[-xd->mi_stride] : NULL;
25 static INLINE const MODE_INFO *get_left_mi(const MACROBLOCKD *const xd) {
26 return xd->left_available ? xd->mi[-1] : NULL;
32 static INLINE int vp9_get_pred_context_seg_id(const MACROBLOCKD *xd) {
33 const MODE_INFO *const above_mi = get_above_mi(xd);
34 const MODE_INFO *const left_mi = get_left_mi(xd);
    [all...]
vp9_mvref_common.h 25 static INLINE void clamp_mv2(MV *mv, const MACROBLOCKD *xd) {
26 clamp_mv(mv, xd->mb_to_left_edge - LEFT_TOP_MARGIN,
27 xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN,
28 xd->mb_to_top_edge - LEFT_TOP_MARGIN,
29 xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN);
32 void vp9_find_mv_refs(const VP9_COMMON *cm, const MACROBLOCKD *xd,
40 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp,
43 void vp9_append_sub8x8_mvs_for_idx(VP9_COMMON *cm, MACROBLOCKD *xd,
vp9_blockd.c 40 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane,
42 const struct macroblockd_plane *const pd = &xd->plane[plane];
43 const MB_MODE_INFO* mbmi = &xd->mi[0]->mbmi;
58 if (xd->mb_to_right_edge < 0 || xd->mb_to_bottom_edge < 0) {
64 // xd->mb_to_right_edge is in units of pixels * 8. This converts
66 if (xd->mb_to_right_edge < 0)
67 max_blocks_wide += (xd->mb_to_right_edge >> (5 + pd->subsampling_x));
69 if (xd->mb_to_bottom_edge < 0)
70 max_blocks_high += (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y))
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
threading.c 39 void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd);
41 static void setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd, MB_ROW_DEC *mbrd, int count)
49 mbd->subpixel_predict = xd->subpixel_predict;
50 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;
51 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
52 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16;
58 mbd->pre = xd->pre;
59 mbd->dst = xd->dst;
61 mbd->segmentation_enabled = xd->segmentation_enabled;
62 mbd->mb_segement_abs_delta = xd->mb_segement_abs_delta
638 MACROBLOCKD *xd = &mbrd->mbd; local
    [all...]
decodeframe.c 58 void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd)
62 MB_MODE_INFO *mbmi = &xd->mode_info_context->mbmi;
66 if (xd->segmentation_enabled)
69 if (xd->mb_segement_abs_delta == SEGMENT_ABSDATA)
70 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id];
75 QIndex = pc->base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id];
83 xd->dequant_y1_dc[0] = 1;
84 xd->dequant_y1[0] = pc->Y1dequant[QIndex][0];
85 xd->dequant_y2[0] = pc->Y2dequant[QIndex][0];
86 xd->dequant_uv[0] = pc->UVdequant[QIndex][0]
503 MACROBLOCKD *const xd = & pbi->mb; local
914 MACROBLOCKD *const xd = & pbi->mb; local
984 MACROBLOCKD *const xd = &pbi->mb; local
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 39 void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd);
41 static void setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd, MB_ROW_DEC *mbrd, int count)
49 mbd->subpixel_predict = xd->subpixel_predict;
50 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;
51 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
52 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16;
58 mbd->pre = xd->pre;
59 mbd->dst = xd->dst;
61 mbd->segmentation_enabled = xd->segmentation_enabled;
62 mbd->mb_segement_abs_delta = xd->mb_segement_abs_delta
638 MACROBLOCKD *xd = &mbrd->mbd; local
    [all...]
decodeframe.c 57 void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd)
61 MB_MODE_INFO *mbmi = &xd->mode_info_context->mbmi;
65 if (xd->segmentation_enabled)
68 if (xd->mb_segement_abs_delta == SEGMENT_ABSDATA)
69 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id];
74 QIndex = pc->base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id];
82 xd->dequant_y1_dc[0] = 1;
83 xd->dequant_y1[0] = pc->Y1dequant[QIndex][0];
84 xd->dequant_y2[0] = pc->Y2dequant[QIndex][0];
85 xd->dequant_uv[0] = pc->UVdequant[QIndex][0]
502 MACROBLOCKD *const xd = & pbi->mb; local
905 MACROBLOCKD *const xd = & pbi->mb; local
975 MACROBLOCKD *const xd = &pbi->mb; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
threading.c 39 void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd);
41 static void setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd, MB_ROW_DEC *mbrd, int count)
49 mbd->subpixel_predict = xd->subpixel_predict;
50 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;
51 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
52 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16;
58 mbd->pre = xd->pre;
59 mbd->dst = xd->dst;
61 mbd->segmentation_enabled = xd->segmentation_enabled;
62 mbd->mb_segement_abs_delta = xd->mb_segement_abs_delta
638 MACROBLOCKD *xd = &mbrd->mbd; local
    [all...]
decodeframe.c 57 void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd)
61 MB_MODE_INFO *mbmi = &xd->mode_info_context->mbmi;
65 if (xd->segmentation_enabled)
68 if (xd->mb_segement_abs_delta == SEGMENT_ABSDATA)
69 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id];
74 QIndex = pc->base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id];
82 xd->dequant_y1_dc[0] = 1;
83 xd->dequant_y1[0] = pc->Y1dequant[QIndex][0];
84 xd->dequant_y2[0] = pc->Y2dequant[QIndex][0];
85 xd->dequant_uv[0] = pc->UVdequant[QIndex][0]
502 MACROBLOCKD *const xd = & pbi->mb; local
905 MACROBLOCKD *const xd = & pbi->mb; local
975 MACROBLOCKD *const xd = &pbi->mb; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodeintra.c 85 MACROBLOCKD *xd = &mb->e_mbd; local
86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
96 MACROBLOCKD *xd = &x->e_mbd; local
98 vp8_build_intra_predictors_mby_s(xd,
99 xd->dst.y_buffer - xd->dst.y_stride,
100 xd->dst.y_buffer - 1,
101 xd->dst.y_stride
118 MACROBLOCKD *xd = &x->e_mbd; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 85 MACROBLOCKD *xd = &mb->e_mbd; local
86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
96 MACROBLOCKD *xd = &x->e_mbd; local
98 vp8_build_intra_predictors_mby_s(xd,
99 xd->dst.y_buffer - xd->dst.y_stride,
100 xd->dst.y_buffer - 1,
101 xd->dst.y_stride
118 MACROBLOCKD *xd = &x->e_mbd; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeintra.c 85 MACROBLOCKD *xd = &mb->e_mbd; local
86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
96 MACROBLOCKD *xd = &x->e_mbd; local
98 vp8_build_intra_predictors_mby_s(xd,
99 xd->dst.y_buffer - xd->dst.y_stride,
100 xd->dst.y_buffer - 1,
101 xd->dst.y_stride
118 MACROBLOCKD *xd = &x->e_mbd; local
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t1_luts.h 39 0x9, 0xa, 0xc, 0xd, 0xa, 0xa, 0xd, 0xd, 0xc, 0xd, 0xc, 0xd, 0xd, 0xd, 0xd, 0xd,
40 0x9, 0xa, 0xc, 0xb, 0xa, 0x9, 0xd, 0xc, 0xc, 0xb, 0xc, 0xb, 0xd, 0xc, 0xd, 0xc,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.h 22 void vp9_read_mode_info(VP9_COMMON *cm, MACROBLOCKD *xd,

Completed in 462 milliseconds

1 2 3 4 5 6 7 8 91011>>