Searched refs:skip (Results 1 - 25 of 61) sorted by relevance

123

/hardware/bsp/intel/peripheral/libupm/src/itg3200/
H A Ditg3200.cxx83 int skip = 5; // initial samples to skip local
89 if (i > skip){
98 m_offsets[i] = (-1) * temp[i] / (reads - skip);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Ddecode_with_drops.c120 int skip; local
128 skip = (is_range && frame_cnt >= n && frame_cnt <= m) ||
131 if (!skip) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemb.h33 unsigned char *skip);
H A Dvp9_block.h46 int skip; member in struct:__anon1141
83 /* The [2] dimension is for whether we skip the EOB node (i.e. if previous
152 int skip; member in struct:macroblock
H A Dvp9_encodemb.c35 unsigned char *skip; member in struct:encode_b_args
402 *(args->skip) = 0;
456 struct encode_b_args arg = {x, &ctx, &mbmi->skip};
598 *(args->skip) = 0;
603 unsigned char *skip) {
604 struct encode_b_args arg = {x, NULL, skip};
611 struct encode_b_args arg = {x, NULL, &xd->mi[0]->mbmi.skip};
601 vp9_encode_block_intra(MACROBLOCK *x, int plane, int block, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, unsigned char *skip) argument
H A Dvp9_pickmode.c240 x->skip = 0;
242 x->skip = 1;
254 mbmi->skip = 0;
H A Dvp9_tokenize.c318 if (mbmi->skip) {
320 cm->counts.skip[ctx][1] += skip_inc;
328 cm->counts.skip[ctx][0] += skip_inc;
H A Dvp9_rdopt.c79 int skip; member in struct:rdcost_block_args
543 * can skip this if the last coefficient in this transform block, e.g. the
669 if (args->skip)
673 vp9_encode_block_intra(x, plane, block, plane_bsize, tx_size, &mbmi->skip);
694 args->skip = 1;
760 if (args.skip) {
775 int *skip, int64_t *sse,
786 txfm_rd_in_plane(x, rate, distortion, skip,
795 int *s, int *skip,
848 *skip
773 choose_largest_txfm_size(VP9_COMP *cpi, MACROBLOCK *x, int *rate, int64_t *distortion, int *skip, int64_t *sse, int64_t ref_best_rd, BLOCK_SIZE bs) argument
792 choose_txfm_size_from_rd(VP9_COMP *cpi, MACROBLOCK *x, int (*r)[2], int *rate, int64_t *d, int64_t *distortion, int *s, int *skip, int64_t tx_cache[TX_MODES], BLOCK_SIZE bs) argument
875 choose_txfm_size_from_modelrd(VP9_COMP *cpi, MACROBLOCK *x, int (*r)[2], int *rate, int64_t *d, int64_t *distortion, int *s, int *skip, int64_t *sse, int64_t ref_best_rd, BLOCK_SIZE bs) argument
946 inter_super_block_yrd(VP9_COMP *cpi, MACROBLOCK *x, int *rate, int64_t *distortion, int *skip, int64_t *psse, BLOCK_SIZE bs, int64_t txfm_cache[TX_MODES], int64_t ref_best_rd) argument
990 intra_super_block_yrd(VP9_COMP *cpi, MACROBLOCK *x, int *rate, int64_t *distortion, int *skip, int64_t *psse, BLOCK_SIZE bs, int64_t txfm_cache[TX_MODES], int64_t ref_best_rd) argument
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
H A Dviddec_mp4_videoobjectplane.c107 uint32_t code, skip; local
111 skip=3;
113 getbits = viddec_pm_peek_bits(parent, &code, skip);
118 viddec_pm_skip_bits(parent, skip);
122 skip=1;
126 skip++;
128 *dmv_length = 5 + skip;
132 skip=(code <= 1) ? 2 : 3;
135 viddec_pm_skip_bits(parent, skip);
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A DPERF.awk82 skip = after + 1;
85 count = boundary ? skip : 0;
150 # start counting if starting steady state, skip counting if ending steady
152 count = /started/ ? 0 : skip;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_pred_common.h50 const int above_skip = (above_mi != NULL) ? above_mi->mbmi.skip : 0;
51 const int left_skip = (left_mi != NULL) ? left_mi->mbmi.skip : 0;
H A Dvp9_debugmodes.c61 print_mi_data(cm, mvs, "Skips:", offsetof(MB_MODE_INFO, skip));
H A Dvp9_entropymode.h72 unsigned int skip[SKIP_CONTEXTS][2]; member in struct:__anon1110
H A Dvp9_pred_common.c356 int above_ctx = (has_above && !above_mbmi->skip) ? (int)above_mbmi->tx_size
358 int left_ctx = (has_left && !left_mbmi->skip) ? (int)left_mbmi->tx_size
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dviddec_pm_utils_bstream.h59 int32_t viddec_pm_utils_bstream_peekbits(viddec_pm_utils_bstream_cxt_t *cxt, uint32_t *out, uint32_t num_bits, uint8_t skip);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dblock.h117 int skip; member in struct:macroblock
H A Dtokenize.c367 int skip = 1; local
373 skip &= (x->eobs[i] < 2);
377 skip &= (!x->eobs[i]);
379 return skip;
H A Dpickinter.c474 /* Check u and v to make sure skip is ok */
480 x->skip = 1;
482 x->skip = 0;
498 x->skip = 1;
690 x->skip = 0;
1101 if (this_rd < best_rd || x->skip)
1139 if (x->skip)
1232 /* set to the best mb mode, this copy can be skip if x->skip since it
1234 if (!x->skip)
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_rt.h54 int skip; member in struct:PERF_RTdata_rate
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dlayer_stack.h142 uint32_t skip : 1; //!< This flag shall be set by client to indicate that this layer member in struct:sdm::LayerFlags::__anon3224::__anon3225
182 //!< stack contains skip layers.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodemv.c154 const int skip = vp9_read(r, cm->fc.skip_probs[ctx]); local
156 ++cm->counts.skip[ctx][skip];
157 return skip;
172 mbmi->skip = read_skip(cm, xd, mbmi->segment_id, r);
525 mbmi->skip = read_skip(cm, xd, mbmi->segment_id, r);
528 !mbmi->skip || !inter_block, r);
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp990 int skip = i & 0x1; // skip uv elements for the odd rows local
999 " cmp %[skip], #0 \n\t"
1002 "1: @ skip odd rows for UV \n\t"
1011 : [src_stride] "r" (width), [skip] "r" (skip)
1015 if (skip == 0) {
1068 int skip = i & 0x1; // skip uv elements for the odd rows local
1077 " cmp %[skip], #
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_mp42_parser.c504 if (mask1 && mask2) {/* Success so skip 4 bytes and start over */
960 uint32 code, skip; local
964 skip = 3;
966 getbits = viddec_pm_peek_bits(parent, &code, skip);
970 viddec_pm_skip_bits(parent, skip);
974 skip = 1;
977 skip++;
979 *dmv_length = 5 + skip;
981 skip = (code <= 1) ? 2 : 3;
984 viddec_pm_skip_bits(parent, skip);
[all...]
H A Dviddec_pm_utils_bstream.c161 {/* skip emulation byte. we update the phase only if emulation prevention is enabled */
366 Function to skip N bits ( N<= 32).
405 int32_t viddec_pm_utils_bstream_peekbits(viddec_pm_utils_bstream_cxt_t *cxt, uint32_t *out, uint32_t num_bits, uint8_t skip) argument
455 if(skip)
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_rt.c405 /* for each rate, reset skip count as well as tn0 */
410 me->dRate[i].skip = 0;
537 me->dRate[i].skip = me->needSteadyState ? 0 : 4;
544 if (me->dRate[i].skip == 0)
602 me->dRate[i].skip--;
603 if (me->dRate[i].skip == 0)

Completed in 5677 milliseconds

123