Searched refs:c_offset (Results 1 – 8 of 8) sorted by relevance
53 query->c_offset = query->b_offset + 8; in hsw_query_alloc()54 query->perfcnt_offset = query->c_offset + 8; in hsw_query_alloc()69 query->c_offset = query->b_offset + 8; in bdw_query_alloc()70 query->perfcnt_offset = query->c_offset + 8; in bdw_query_alloc()
365 query->c_offset = copy_query->c_offset; in intel_perf_register_mdapi_oa_query()
254 int c_offset; member
1102 result->accumulator + query->c_offset + i); in intel_perf_query_result_accumulate()1182 return query->c_offset + index; in query_accumulator_offset()
133 c_scale, c_offset; // coverage as a function of alpha member232 xc.c_offset, in buildEffectShader()233 yc.c_offset, in buildEffectShader()
324 int c_offset; in dv_decode_video_segment() local503 c_offset = (((mb_y >> (s->sys->pix_fmt == AV_PIX_FMT_YUV420P)) * s->frame->linesize[1] + in dv_decode_video_segment()506 uint8_t *c_ptr = s->frame->data[j] + c_offset; in dv_decode_video_segment()
843 int mb_x, mb_y, c_offset; in dv_encode_video_segment() local901 c_offset = ((mb_y >> (s->sys->pix_fmt == AV_PIX_FMT_YUV420P)) * s->frame->linesize[1] + in dv_encode_video_segment()904 uint8_t *c_ptr = s->frame->data[j] + c_offset; in dv_encode_video_segment()
12380 const glw::GLint c_offset = (c > eCol) ? -1 : 0; in eliminate() local12382 result(r + r_offset, c + c_offset) = matrix(r, c); in eliminate()