Home
last modified time | relevance | path

Searched refs:c_off (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dxcbgrab.c343 int cx, cy, x, y, w, h, c_off, i_off; in xcbgrab_draw_mouse() local
363 c_off = x - cx; in xcbgrab_draw_mouse()
370 cursor += c_off; in xcbgrab_draw_mouse()
394 cursor += ci->width - w - c_off; in xcbgrab_draw_mouse()
/third_party/ffmpeg/libavcodec/
H A Drv34.c469 int c_off = part_sizes_w[block_type]; in rv34_pred_mv() local
473 c_off = -1; in rv34_pred_mv()
486 if(!avail[c_off-4]){ in rv34_pred_mv()
495 C[0] = s->current_picture_ptr->motion_val[0][mv_pos-s->b8_stride+c_off][0]; in rv34_pred_mv()
496 C[1] = s->current_picture_ptr->motion_val[0][mv_pos-s->b8_stride+c_off][1]; in rv34_pred_mv()
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c90 static LLVMValueRef get_memory_ptr_t(struct ac_nir_context *ctx, nir_src src, LLVMTypeRef elem_type, unsigned c_off) in get_memory_ptr_t() argument
97 ptr = LLVMBuildAdd(ctx->ac.builder, ptr, LLVMConstInt(ctx->ac.i32, c_off, 0), ""); in get_memory_ptr_t()
104 static LLVMValueRef get_memory_ptr(struct ac_nir_context *ctx, nir_src src, unsigned bit_size, unsigned c_off) in get_memory_ptr() argument
106 return get_memory_ptr_t(ctx, src, LLVMIntTypeInContext(ctx->ac.context, bit_size), c_off); in get_memory_ptr()

Completed in 18 milliseconds