Searched refs:color_idx (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | parseutils.h | 108 * @param color_idx index of the requested color, starting from 0 110 * @return the color name string or NULL if color_idx is not in the array 112 const char *av_get_known_color_name(int color_idx, const uint8_t **rgb);
|
H A D | parseutils.c | 436 const char *av_get_known_color_name(int color_idx, const uint8_t **rgbp) in av_get_known_color_name() argument 440 if ((unsigned)color_idx >= FF_ARRAY_ELEMS(color_table)) in av_get_known_color_name() 443 color = &color_table[color_idx]; in av_get_known_color_name()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_pass.c | 110 const int32_t color_idx = subpass->color_attachments[i]; in pvr_is_subpass_initops_flush_needed() local 112 if (color_idx != -1) in pvr_is_subpass_initops_flush_needed() 113 color_attachment_mask |= (1 << pass->attachments[color_idx].index); in pvr_is_subpass_initops_flush_needed()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_ideal_endpoints_and_weights.cpp | 1319 vfloat4 color_idx(idx0); 1321 vfloat4 cwiprod = cwprod * color_idx; 1560 vfloat4 color_idx = select(vfloat4(idx0), vfloat4(idx1), p2_mask); 1563 vfloat4 cwiprod = cwprod * color_idx; 1569 weight_weight_sum += color_idx;
|
/third_party/backends/backend/ |
H A D | hp5590.c | 2369 * color_idx : Index of color to be copied (0..2). 2374 shift_color_lines(SANE_Byte * buffer2, SANE_Int n_lines2, SANE_Byte * buffer1, SANE_Int n_lines1, SANE_Int color_idx, SANE_Int delta_lines, SANE_Bool color_48, unsigned int bytes_per_line) in shift_color_lines() argument 2381 SANE_Int source_color_idx = color_idx; in shift_color_lines() 2401 SANE_Int p2 = pos + step * color_idx; in shift_color_lines()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 1188 LLVMValueRef color_idx = loop_state.counter; in generate_fs_loop() local 1190 color_idx = LLVMBuildAdd(builder, color_idx, in generate_fs_loop() 1193 &color_idx, 1, ""); in generate_fs_loop()
|
Completed in 15 milliseconds