Home
last modified time | relevance | path

Searched refs:const5 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dsimple_idct_msa.c30 v8i16 const0, const1, const2, const3, const4, const5, const6, const7; in simple_idct_msa() local
85 const5 = __msa_ilvod_h(-w1, -w5); in simple_idct_msa()
90 const4, const5, const6, const7, b0_r, b1_r, b2_r, b3_r); in simple_idct_msa()
94 const4, const5, const6, const7, b0_l, b1_l, b2_l, b3_l); in simple_idct_msa()
162 const5 = __msa_ilvod_h(-w1, -w5); in simple_idct_msa()
165 const4, const5, const6, const7, b0_r, b1_r, b2_r, b3_r); in simple_idct_msa()
167 const4, const5, const6, const7, b0_l, b1_l, b2_l, b3_l); in simple_idct_msa()
193 v8i16 const0, const1, const2, const3, const4, const5, const6, const7; in simple_idct_put_msa() local
248 const5 = __msa_ilvod_h(-w1, -w5); in simple_idct_put_msa()
253 const4, const5, const6, const7, b0_r, b1_r, b2_r, b3_r); in simple_idct_put_msa()
[all …]
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c2549 LLVMValueRef first_layer, const5, mask; in get_image_coords() local
2551 const5 = LLVMConstInt(ctx->ac.i32, 5, 0); in get_image_coords()
2553 first_layer = LLVMBuildExtractElement(ctx->ac.builder, args->resource, const5, ""); in get_image_coords()